File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -66,11 +66,11 @@ jobs:
6666
6767 - run : docker build --build-arg DEPLOY_TIME="$(date +%Y-%m-%dT%H:%M:%S)" --build-arg GIT_COMMIT="${{ steps.vars.outputs.sha_short }}" -t $DOCKER_REPO:${{ steps.vars.outputs.sha_short }} -f request-api/Dockerfile .
6868
69- - run : docker tag $DOCKER_REPO:${{ steps.vars.outputs.sha_short }} $DOCKER_REPO:${GITHUB_REF_NAME}
69+ - run : docker tag $DOCKER_REPO:${{ steps.vars.outputs.sha_short }} $DOCKER_REPO:main
7070
7171 - run : docker push $DOCKER_REPO:${{ steps.vars.outputs.sha_short }}
7272
73- - run : docker push $DOCKER_REPO:${GITHUB_REF_NAME}
73+ - run : docker push $DOCKER_REPO:main
7474
7575 - uses : aws-actions/configure-aws-credentials@v1
7676 with :
@@ -119,11 +119,11 @@ jobs:
119119
120120 - run : docker build --build-arg DEPLOY_TIME="$(date +%Y-%m-%dT%H:%M:%S)" --build-arg GIT_COMMIT="${{ steps.vars.outputs.sha_short }}" -t $DOCKER_REPO:${{ steps.vars.outputs.sha_short }} -f request-processor/Dockerfile .
121121
122- - run : docker tag $DOCKER_REPO:${{ steps.vars.outputs.sha_short }} $DOCKER_REPO:${GITHUB_REF_NAME}
122+ - run : docker tag $DOCKER_REPO:${{ steps.vars.outputs.sha_short }} $DOCKER_REPO:main
123123
124124 - run : docker push $DOCKER_REPO:${{ steps.vars.outputs.sha_short }}
125125
126- - run : docker push $DOCKER_REPO:${GITHUB_REF_NAME}
126+ - run : docker push $DOCKER_REPO:main
127127
128128 - uses : aws-actions/configure-aws-credentials@v1
129129 with :
You can’t perform that action at this time.
0 commit comments