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