Skip to content

Commit d3dc8b5

Browse files
committed
Signed-off-by: rimas
1 parent 6d34e20 commit d3dc8b5

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/docker-publish.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,7 @@ jobs:
4747
# Strip "v" prefix from tag name
4848
[[ "${{ github.ref }}" == "refs/tags/"* ]] && VERSION=$(echo ${VERSION} | sed -e 's/^v//')
4949
echo "VERSION=${VERSION}" >> $GITHUB_ENV
50-
echo "VERSION=${{VERSION}}"
50+
echo "VERSION=${{ env.VERSION }}"
5151
-
5252
name: Set up QEMU
5353
uses: docker/setup-qemu-action@v2
@@ -69,4 +69,4 @@ jobs:
6969
platforms: linux/amd64,linux/arm64
7070
push: true
7171
tags: |
72-
ghcr.io/${{ github.repository_owner }}/charts-ci:${{VERSION}}
72+
ghcr.io/${{ github.repository_owner }}/charts-ci:${{ env.VERSION }}

0 commit comments

Comments
 (0)