Skip to content

Commit 87d555d

Browse files
committed
ci(docker): disable provenance option for privileged image
Refs #4168
1 parent 6f4b8f9 commit 87d555d

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/docker-build-push.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ jobs:
1212

1313
build-push:
1414
if: github.event.workflow_run.conclusion == 'success'
15-
name: Build & Push SwaggerEditor@next Docker image
15+
name: Build & Push SwaggerEditor@next Docker imageq
1616
runs-on: ubuntu-latest
1717

1818
steps:
@@ -87,6 +87,7 @@ jobs:
8787
context: .
8888
push: true
8989
platforms: linux/amd64,linux/arm/v6,linux/arm/v7,linux/arm64/v8,linux/386,linux/ppc64le,linux/s390x
90+
provenance: false
9091
tags: swaggerapi/swagger-editor:next-v5,swaggerapi/swagger-editor:v${{ env.RELEASED_VERSION }}
9192

9293
- name: Build unprivileged docker image and push

0 commit comments

Comments
 (0)