Skip to content

Commit 021776a

Browse files
removed provenance flag
1 parent 0ebe38f commit 021776a

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

.github/workflows/build-symphony-api.sh

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,6 @@ fi
6565
info "Building and pushing image..."
6666
docker buildx build \
6767
--platform linux/amd64,linux/arm64 \
68-
--provenance=false \
6968
--push \
7069
--cache-from type=gha \
7170
--cache-to type=gha,mode=max \

.github/workflows/build-symphony-image.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
branches:
55
- main
6+
- ghcr-image-manifest-build-updates
67
permissions:
78
contents: read
89
packages: write

0 commit comments

Comments
 (0)