remove redundency tag

This commit is contained in:
sysuid 2024-06-19 06:27:18 +08:00 committed by GitHub
parent 87cff0b20b
commit e89a8ad3c6
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -14,7 +14,7 @@ jobs:
strategy: strategy:
fail-fast: false fail-fast: false
matrix: matrix:
configuration: [Debug, Release] configuration: [Release]
file: [Dockerfile] file: [Dockerfile]
runs-on: ubuntu-latest runs-on: ubuntu-latest
@ -59,7 +59,6 @@ jobs:
org.opencontainers.image.version=${{ env.FIXED_TAG }} org.opencontainers.image.version=${{ env.FIXED_TAG }}
org.opencontainers.image.revision=${{ github.sha }} org.opencontainers.image.revision=${{ github.sha }}
tags: | tags: |
ghcr.io/${{ env.GHCR_REPOSITORY }}:${{ env.TAG }}
ghcr.io/${{ env.GHCR_REPOSITORY }}:${{ env.SHORT_SHA }} ghcr.io/${{ env.GHCR_REPOSITORY }}:${{ env.SHORT_SHA }}
provenance: true provenance: true
sbom: true sbom: true