diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index 002603e..038c27a 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -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