mirror of
https://github.com/silenty4ng/k5web
synced 2025-01-15 08:15:18 +00:00
remove redundency tag
This commit is contained in:
parent
87cff0b20b
commit
e89a8ad3c6
1 changed files with 1 additions and 2 deletions
3
.github/workflows/docker-ci.yml
vendored
3
.github/workflows/docker-ci.yml
vendored
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue