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 6d7fe62 commit 893cddcCopy full SHA for 893cddc
.github/workflows/docker-publish.yml
@@ -15,7 +15,6 @@ jobs:
15
- name: Set VERSION and TAG
16
run: |
17
echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
18
- echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
19
20
- uses: actions/checkout@v4
21
@@ -29,6 +28,6 @@ jobs:
29
28
30
docker buildx build \
31
--platform linux/amd64,linux/arm64 \
32
- --build-arg VERSION=${{ env.VERSION }} \
+ --build-arg VERSION=${{ env.TAG }} \
33
--tag ghcr.io/${{ github.repository }}:${{ env.TAG }} \
34
--push .
0 commit comments