Skip to content

Commit 893cddc

Browse files
committed
Fix version/tag
1 parent 6d7fe62 commit 893cddc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/docker-publish.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,6 @@ jobs:
1515
- name: Set VERSION and TAG
1616
run: |
1717
echo "TAG=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
18-
echo "VERSION=${GITHUB_REF#refs/*/v}" >> $GITHUB_ENV
1918
2019
- uses: actions/checkout@v4
2120

@@ -29,6 +28,6 @@ jobs:
2928
run: |
3029
docker buildx build \
3130
--platform linux/amd64,linux/arm64 \
32-
--build-arg VERSION=${{ env.VERSION }} \
31+
--build-arg VERSION=${{ env.TAG }} \
3332
--tag ghcr.io/${{ github.repository }}:${{ env.TAG }} \
3433
--push .

0 commit comments

Comments
 (0)