Skip to content

Commit e4f51fa

Browse files
committed
[ci/release] Use provenance = false
1 parent bd6e72f commit e4f51fa

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

.github/workflows/Release.yaml

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,6 +121,7 @@ jobs:
121121
file: ./distribution/docker/debian/Dockerfile
122122
cache-from: type=gha,scope=debian-amd64
123123
cache-to: type=gha,scope=debian-amd64
124+
provenance: false
124125
push: true
125126
labels: |
126127
org.opencontainers.image.title=charted-emails
@@ -145,6 +146,7 @@ jobs:
145146
push: true
146147
cache-from: type=gha,scope=alpine-amd64
147148
cache-to: type=gha,scope=alpine-amd64
149+
provenance: false
148150
labels: |
149151
org.opencontainers.image.title=charted-emails
150152
org.opencontainers.image.description=🐻‍❄️💌 charted's email service built in Rust that can be connected via gRPC
@@ -159,7 +161,7 @@ jobs:
159161
ghcr.io/charted-dev/email-service:${{steps.tag.outputs.major}}-alpine-amd64,
160162
ghcr.io/charted-dev/email-service:latest-alpine-amd64
161163
docker-arm:
162-
name: Build Docker image (x86_64)
164+
name: Build Docker image (ARM64)
163165
runs-on: self-hosted
164166
steps:
165167
- name: Checkout repository
@@ -197,6 +199,7 @@ jobs:
197199
push: true
198200
cache-from: type=gha,scope=debian-arm64
199201
cache-to: type=gha,scope=debian-arm64
202+
provenance: false
200203
labels: |
201204
org.opencontainers.image.title=charted-emails
202205
org.opencontainers.image.description=🐻‍❄️💌 charted's email service built in Rust that can be connected via gRPC
@@ -220,6 +223,7 @@ jobs:
220223
push: true
221224
cache-from: type=gha,scope=alpine-arm64
222225
cache-to: type=gha,scope=alpine-arm64
226+
provenance: false
223227
labels: |
224228
org.opencontainers.image.title=charted-emails
225229
org.opencontainers.image.description=🐻‍❄️💌 charted's email service built in Rust that can be connected via gRPC

0 commit comments

Comments
 (0)