Skip to content

Commit 4535ccd

Browse files
committed
Force activity to rerun workflow
1 parent ac4d3ef commit 4535ccd

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

build-and-test.sh

+1
Original file line numberDiff line numberDiff line change
@@ -39,6 +39,7 @@ RESULT=`docker run --rm -e CRON_SCHEDULE_1="* * * * * * *" -e CRON_COMMAND_1="wh
3939
echo "Tests passed with success"
4040

4141
if [[ "$EVENT_NAME" == "push" || "$EVENT_NAME" == "schedule" ]]; then
42+
4243
docker buildx build --platform=linux/amd64,linux/arm64 --push -t thecodingmachine/nodejs:${TAG} -f Dockerfile.${VARIANT} .
4344
docker login ghcr.io --username ${GITHUB_ACTOR} --password ${GITHUB_TOKEN}
4445
docker buildx build --platform=linux/amd64,linux/arm64 --push -t ghcr.io/thecodingmachine/nodejs:${TAG} -f Dockerfile.${VARIANT} .

0 commit comments

Comments
 (0)