Skip to content

Commit 4b71c08

Browse files
committed
build: fix docker release
Signed-off-by: Jan Kowalleck <jan.kowalleck@gmail.com>
1 parent 5be1735 commit 4b71c08

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ jobs:
199199
env:
200200
DOCKERHUB_USERNAME: ${{ secrets.DOCKERHUB_USERNAME }}
201201
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}
202-
- name: Publish Docker Image for version
202+
- name: Publish Docker Image for version "${{ env.$VERSION }}"
203203
run: docker push "$DOCKER_REPO:$VERSION"
204204
- name: Publish Docker Image as "latest"
205205
if: ${{ github.event.inputs.prerelease == 'true' }}

0 commit comments

Comments
 (0)