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 dc7949a commit 742474aCopy full SHA for 742474a
.github/workflows/docker.yaml
@@ -40,4 +40,4 @@ jobs:
40
with:
41
context: .
42
push: true
43
- tags: ${{ github.ref_name }}
+ tags: ${{ env.REGISTRY }}/${{ github.repository }}:${{ github.ref_name }}
0 commit comments