File tree Expand file tree Collapse file tree 1 file changed +8
-8
lines changed
Expand file tree Collapse file tree 1 file changed +8
-8
lines changed Original file line number Diff line number Diff 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 }}
You can’t perform that action at this time.
0 commit comments