We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7075740 commit b993787Copy full SHA for b993787
.github/workflows/build.yml
@@ -59,8 +59,8 @@ jobs:
59
-t $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$CONTAINER_IMAGE_DEVELOP -f Dockerfile.8.1 ./
60
61
docker build \
62
- -t $CRON_IMAGE \
63
- -t $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$CRON_IMAGE -f Dockerfile.cron.8.1 --build-arg H5PBRANCH=$H5P_DEV_BRANCH ./
+ -t $CRON_IMAGE_DEVELOP \
+ -t $AWS_ACCOUNT_ID.dkr.ecr.$AWS_DEFAULT_REGION.amazonaws.com/$CRON_IMAGE_DEVELOP -f Dockerfile.cron.8.1 --build-arg H5PBRANCH=$H5P_DEV_BRANCH ./
64
elif [ ${{ github.ref }} = 'refs/heads/master' ]; then
65
echo "In Master"
66
else
0 commit comments