We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dc87af3 commit 1ce772bCopy full SHA for 1ce772b
1 file changed
.github/workflows/auto-test-deploy.yml
@@ -57,5 +57,5 @@ jobs:
57
context: .
58
push: true
59
tags: |
60
- docker.io/${{ secrets.DOCKERHUB_ADMIN_USERNAME }}/<seb-documentation>:latest
61
- docker.io/${{ secrets.DOCKERHUB_ADMIN_USERNAME }}/<seb-documentation>:${{ env.IMAGE_TAG_SHA }}
+ docker.io/${{ secrets.DOCKERHUB_ADMIN_USERNAME }}/seb-documentation:latest
+ docker.io/${{ secrets.DOCKERHUB_ADMIN_USERNAME }}/seb-documentation:${{ env.IMAGE_TAG_SHA }}
0 commit comments