Skip to content

Commit 05e2127

Browse files
committed
ci: fix OCI labels
1 parent e183e57 commit 05e2127

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

.github/workflows/release.yml

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,14 +101,14 @@ jobs:
101101
build-args: |
102102
VERSION=${{ github.ref_name }}
103103
labels: |
104-
org.opencontainers.image.title "${{ github.event.repository.name }}"
105-
org.opencontainers.image.description "${{ github.event.repository.description }}"
106-
org.opencontainers.image.source "${{ github.event.repository.html_url }}"
107-
org.opencontainers.image.url "ghcr.io/boxboxjason/gitlab-sync"
108-
org.opencontainers.image.created "${{ github.event }}"
109-
org.opencontainers.image.revision "${{ github.sha }}"
110-
org.opencontainers.image.version "${{ github.ref_name }}"
111-
org.opencontainers.image.vendor "${{ github.repository_owner}}"
104+
org.opencontainers.image.title="${{ github.event.repository.name }}"
105+
org.opencontainers.image.description="${{ github.event.repository.description }}"
106+
org.opencontainers.image.source="${{ github.event.repository.html_url }}"
107+
org.opencontainers.image.url="ghcr.io/boxboxjason/gitlab-sync"
108+
org.opencontainers.image.created="${{ github.event }}"
109+
org.opencontainers.image.revision="${{ github.sha }}"
110+
org.opencontainers.image.version="${{ github.ref_name }}"
111+
org.opencontainers.image.vendor="${{ github.repository_owner}}"
112112
tags: |
113113
ghcr.io/${{ env.REPO_NAME }}:${{ github.ref_name }}
114114
ghcr.io/${{ env.REPO_NAME }}:${{ env.MAJOR }}.${{ env.MINOR }}

0 commit comments

Comments
 (0)