Skip to content

Commit

Permalink
Try fix 3 for cosign sign issue
Browse files Browse the repository at this point in the history
  • Loading branch information
Soubinan committed Dec 3, 2023
1 parent 9b71b82 commit 28522d1
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,15 +44,9 @@ jobs:
org.opencontainers.image.source=${{ env.PROJECT_URL }}
org.opencontainers.image.url=${{ env.PROJECT_URL }}
org.opencontainers.image.title=XOA-Container
org.opencontainers.image.version={{version}}
org.opencontainers.image.description=XEN Orchestra As Container built from sources with XO-Server $XO_SERVER and XO-Web $XO_WEB
org.opencontainers.image.documentation=${{ env.PROJECT_URL }}
org.opencontainers.image.authors=${{ env.AUTHOR }}
org.opencontainers.image.licenses=CC-BY-NC
annotations: |
org.opencontainers.image.description=XEN Orchestra As Container built from sources with XO-Server $XO_SERVER and XO-Web $XO_WEB
org.opencontainers.image.version={{version}}
org.opencontainers.image.licenses=CC-BY-NC
- name: Install cosign
if: github.event_name == 'release'
uses: sigstore/cosign-installer@v3
Expand Down

0 comments on commit 28522d1

Please sign in to comment.