Skip to content

Commit

Permalink
github: fix org.opencontainers.image.vendor image label (#3256)
Browse files Browse the repository at this point in the history
Remove redundant quotes.

Follow up on #3251

Signed-off-by: Alexander Yastrebov <alexander.yastrebov@zalando.de>
  • Loading branch information
AlexanderYastrebov authored Sep 30, 2024
1 parent d0e936a commit 1e9df04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/gh-packages.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
type=semver,pattern=v{{major}}.{{minor}}
labels: |
org.opencontainers.image.licenses=Apache-2.0
org.opencontainers.image.vendor="Zalando SE"
org.opencontainers.image.vendor=Zalando SE
- name: Build and push
uses: docker/build-push-action@32945a339266b759abcbdc89316275140b0fc960
Expand Down

0 comments on commit 1e9df04

Please sign in to comment.