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:
|
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
|
||||||
|
|
Loading…
Reference in a new issue