We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f65cb41 commit 8e9b1f6Copy full SHA for 8e9b1f6
.github/workflows/deploy.yml
@@ -56,6 +56,6 @@ jobs:
56
57
- run: docker tag $DOCKER_REPO:${{ steps.vars.outputs.sha_short }} $DOCKER_REPO:main
58
59
- # - run: docker push $DOCKER_REPO:${{ steps.vars.outputs.sha_short }}
+ - run: docker push $DOCKER_REPO:${{ steps.vars.outputs.sha_short }}
60
61
- # - run: docker push $DOCKER_REPO:main
+ - run: docker push $DOCKER_REPO:main
.github/workflows/test.yaml .github/workflows/test.yml.github/workflows/test.yaml renamed to .github/workflows/test.yml
0 commit comments