Skip to content

Commit

Permalink
Update docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
29rou authored Mar 19, 2024
1 parent 815b619 commit a3a2e14
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,7 @@ jobs:
with:
context: .
push: true
sbom: true
outputs: type=image,push=true,compression=gzip,compression-level=9
outputs: type=image,push=true,compression=gzip
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
Expand Down Expand Up @@ -128,8 +127,7 @@ jobs:
with:
context: .
push: true
sbom: true
outputs: type=image,push=true,compression=gzip,compression-level=9
outputs: type=image,push=true,compression=gzip
tags: ${{ steps.meta.outputs.tags }}
labels: ${{ steps.meta.outputs.labels }}
annotations: ${{ steps.meta.outputs.annotations }}
Expand Down

0 comments on commit a3a2e14

Please sign in to comment.