We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac4d3ef commit 4535ccdCopy full SHA for 4535ccd
build-and-test.sh
@@ -39,6 +39,7 @@ RESULT=`docker run --rm -e CRON_SCHEDULE_1="* * * * * * *" -e CRON_COMMAND_1="wh
39
echo "Tests passed with success"
40
41
if [[ "$EVENT_NAME" == "push" || "$EVENT_NAME" == "schedule" ]]; then
42
+
43
docker buildx build --platform=linux/amd64,linux/arm64 --push -t thecodingmachine/nodejs:${TAG} -f Dockerfile.${VARIANT} .
44
docker login ghcr.io --username ${GITHUB_ACTOR} --password ${GITHUB_TOKEN}
45
docker buildx build --platform=linux/amd64,linux/arm64 --push -t ghcr.io/thecodingmachine/nodejs:${TAG} -f Dockerfile.${VARIANT} .
0 commit comments