We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c8e9d2f commit 9e202aaCopy full SHA for 9e202aa
.github/workflows/docker.yml
@@ -38,6 +38,6 @@ jobs:
38
with:
39
context: .
40
push: true
41
- tags: ${{ secrets.DOCKERHUB_USERNAME }}/djangoblog:${{DOCKER_TAG}}
+ tags: ${{ secrets.DOCKERHUB_USERNAME }}/djangoblog:${{env.DOCKER_TAG}}
42
43
0 commit comments