Skip to content

Commit aa31678

Browse files
committed
updated release
1 parent dae64f6 commit aa31678

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_dev.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ jobs:
5353
with:
5454
context: .
5555
build-args: |
56-
VERSION=${{ steps.modify-json.outputs.cleaned_tag }}
56+
VERSION=${{ steps.modify-json.outputs.cleaned_tag[0] }}
5757
REVISION=${{ fromJSON(steps.modify-json.outputs.json).labels['org.opencontainers.image.revision'] }}
5858
platforms: linux/amd64,linux/arm64
5959
file: ./_docker/Dockerfile

0 commit comments

Comments
 (0)