We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2ea994d commit 83d5f47Copy full SHA for 83d5f47
1 file changed
.github/workflows/publish.yml
@@ -26,4 +26,4 @@ jobs:
26
uses: docker/build-push-action@v2
27
with:
28
push: true
29
- tags: mendhak/test-image:x
+ tags: mendhak/test-image:${{ github.event.ref }}
0 commit comments