Skip to content

Commit d4326ee

Browse files
committed
Fix missing }
1 parent 58cea58 commit d4326ee

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-push-public-release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ jobs:
4242
push: ${{ github.event_name == 'release' }}
4343
context: ${{ env.DOCKER_BUILD_DIR }}
4444
tags: ${{ steps.meta.outputs.tags }}
45-
labels: ${{ steps.meta.outputs.labels }
45+
labels: ${{ steps.meta.outputs.labels }}
4646
build-args: |
4747
VERSION=${{ fromJSON(steps.meta.outputs.json).labels['org.opencontainers.image.version'] }}
4848

0 commit comments

Comments
 (0)