Skip to content

Commit

Permalink
Force activity to rerun workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
mistraloz committed Sep 15, 2023
1 parent ac4d3ef commit 4535ccd
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions build-and-test.sh
Original file line number Diff line number Diff line change
Expand Up @@ -39,6 +39,7 @@ RESULT=`docker run --rm -e CRON_SCHEDULE_1="* * * * * * *" -e CRON_COMMAND_1="wh
echo "Tests passed with success"

if [[ "$EVENT_NAME" == "push" || "$EVENT_NAME" == "schedule" ]]; then

docker buildx build --platform=linux/amd64,linux/arm64 --push -t thecodingmachine/nodejs:${TAG} -f Dockerfile.${VARIANT} .
docker login ghcr.io --username ${GITHUB_ACTOR} --password ${GITHUB_TOKEN}
docker buildx build --platform=linux/amd64,linux/arm64 --push -t ghcr.io/thecodingmachine/nodejs:${TAG} -f Dockerfile.${VARIANT} .
Expand Down

0 comments on commit 4535ccd

Please sign in to comment.