diff --git a/.github/workflows/docker-ci.yml b/.github/workflows/docker-ci.yml index cbc45b9..002603e 100644 --- a/.github/workflows/docker-ci.yml +++ b/.github/workflows/docker-ci.yml @@ -62,4 +62,5 @@ jobs: ghcr.io/${{ env.GHCR_REPOSITORY }}:${{ env.TAG }} ghcr.io/${{ env.GHCR_REPOSITORY }}:${{ env.SHORT_SHA }} provenance: true - sbom: true \ No newline at end of file + sbom: true + push: true