Skip to content

Commit 12ab7ec

Browse files
committed
Fix image build
1 parent 22277d7 commit 12ab7ec

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

.github/workflows/image-push-release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,5 @@ jobs:
4646
platforms: linux/amd64,linux/arm64
4747
push: true
4848
tags: |
49-
${{ steps.docker_meta.outputs.tags }}
50-
labels: ${{ steps.docker_meta.outputs.labels }}
49+
${{ github.event.inputs.version }}
5150
file: ./Dockerfile

0 commit comments

Comments
 (0)