We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 3887503 + 6b8979f commit 8056449Copy full SHA for 8056449
.github/workflows/image-build.yml
@@ -32,4 +32,4 @@ jobs:
32
context: .
33
file: ${{ matrix.target }}/Dockerfile
34
push: true
35
- tags: ghcr.io/cdsl-research/ecoman/${{ matrix.target }}:${{ env.GITHUB_REF_NAME }}
+ tags: ghcr.io/cdsl-research/ecoman/${{ matrix.target }}:${{ github.ref_name }}
0 commit comments