@@ -121,6 +121,7 @@ jobs:
121
121
file : ./distribution/docker/debian/Dockerfile
122
122
cache-from : type=gha,scope=debian-amd64
123
123
cache-to : type=gha,scope=debian-amd64
124
+ provenance : false
124
125
push : true
125
126
labels : |
126
127
org.opencontainers.image.title=charted-emails
@@ -145,6 +146,7 @@ jobs:
145
146
push : true
146
147
cache-from : type=gha,scope=alpine-amd64
147
148
cache-to : type=gha,scope=alpine-amd64
149
+ provenance : false
148
150
labels : |
149
151
org.opencontainers.image.title=charted-emails
150
152
org.opencontainers.image.description=🐻❄️💌 charted's email service built in Rust that can be connected via gRPC
@@ -159,7 +161,7 @@ jobs:
159
161
ghcr.io/charted-dev/email-service:${{steps.tag.outputs.major}}-alpine-amd64,
160
162
ghcr.io/charted-dev/email-service:latest-alpine-amd64
161
163
docker-arm :
162
- name : Build Docker image (x86_64 )
164
+ name : Build Docker image (ARM64 )
163
165
runs-on : self-hosted
164
166
steps :
165
167
- name : Checkout repository
@@ -197,6 +199,7 @@ jobs:
197
199
push : true
198
200
cache-from : type=gha,scope=debian-arm64
199
201
cache-to : type=gha,scope=debian-arm64
202
+ provenance : false
200
203
labels : |
201
204
org.opencontainers.image.title=charted-emails
202
205
org.opencontainers.image.description=🐻❄️💌 charted's email service built in Rust that can be connected via gRPC
@@ -220,6 +223,7 @@ jobs:
220
223
push : true
221
224
cache-from : type=gha,scope=alpine-arm64
222
225
cache-to : type=gha,scope=alpine-arm64
226
+ provenance : false
223
227
labels : |
224
228
org.opencontainers.image.title=charted-emails
225
229
org.opencontainers.image.description=🐻❄️💌 charted's email service built in Rust that can be connected via gRPC
0 commit comments