Skip to content

Commit

Permalink
Fix missing }
Browse files Browse the repository at this point in the history
jriguera committed Oct 20, 2021

Unverified

This commit is not signed, but one or more authors requires that any commit attributed to them is signed.
1 parent 58cea58 commit d4326ee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-push-public-release.yml
Original file line number Diff line number Diff line change
@@ -42,7 +42,7 @@ jobs:
push: ${{ github.event_name == 'release' }}
context: ${{ env.DOCKER_BUILD_DIR }}
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }
labels: ${{ steps.meta.outputs.labels }}
build-args: |
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}

0 comments on commit d4326ee

Please sign in to comment.