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 95ea72f commit f13e3ceCopy full SHA for f13e3ce
.github/workflows/ci.yml
@@ -108,5 +108,5 @@ jobs:
108
with:
109
push: true
110
platforms: linux/amd64
111
- tags: ${{ vars.DOCKERHUB_USERNAME }}/sopa:${{ VERSION }}${{ env.EXTRA_NAME_SUFFIX }}
+ tags: ${{ vars.DOCKERHUB_USERNAME }}/sopa:${{ env.VERSION }}${{ env.EXTRA_NAME_SUFFIX }}
112
context: docker/sopa${{ env.EXTRA_NAME_SUFFIX }}
0 commit comments