We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dae64f6 commit aa31678Copy full SHA for aa31678
.github/workflows/release_dev.yaml
@@ -53,7 +53,7 @@ jobs:
53
with:
54
context: .
55
build-args: |
56
- VERSION=${{ steps.modify-json.outputs.cleaned_tag }}
+ VERSION=${{ steps.modify-json.outputs.cleaned_tag[0] }}
57
REVISION=${{ fromJSON(steps.modify-json.outputs.json).labels['org.opencontainers.image.revision'] }}
58
platforms: linux/amd64,linux/arm64
59
file: ./_docker/Dockerfile
0 commit comments