Skip to content

Commit a3a2e14

Browse files
authored
Update docker-image.yml
1 parent 815b619 commit a3a2e14

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/docker-image.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -67,8 +67,7 @@ jobs:
6767
with:
6868
context: .
6969
push: true
70-
sbom: true
71-
outputs: type=image,push=true,compression=gzip,compression-level=9
70+
outputs: type=image,push=true,compression=gzip
7271
tags: ${{ steps.meta.outputs.tags }}
7372
labels: ${{ steps.meta.outputs.labels }}
7473
annotations: ${{ steps.meta.outputs.annotations }}
@@ -128,8 +127,7 @@ jobs:
128127
with:
129128
context: .
130129
push: true
131-
sbom: true
132-
outputs: type=image,push=true,compression=gzip,compression-level=9
130+
outputs: type=image,push=true,compression=gzip
133131
tags: ${{ steps.meta.outputs.tags }}
134132
labels: ${{ steps.meta.outputs.labels }}
135133
annotations: ${{ steps.meta.outputs.annotations }}

0 commit comments

Comments
 (0)