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 7fc90c8 commit c66d6deCopy full SHA for c66d6de
.github/workflows/release.yaml
@@ -36,7 +36,7 @@ jobs:
36
platforms: linux/amd64,linux/arm64
37
push: true
38
tags: |
39
- ${{env.IMAGE_NAME}}:${{env.GITHUB_REF#refs/tags/}}
+ ${{env.IMAGE_NAME}}:${{ github.ref_name }}
40
${{env.IMAGE_NAME}}:latest
41
ghcr.io/${{ github.repository_owner }}/adam:${{ github.event.release.tag_name }}
42
ghcr.io/${{ github.repository_owner }}/adam:latest
0 commit comments