Skip to content

Commit

Permalink
[ci/release] Use provenance = false
Browse files Browse the repository at this point in the history
  • Loading branch information
auguwu committed Feb 20, 2023
1 parent bd6e72f commit e4f51fa
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/Release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -121,6 +121,7 @@ jobs:
file: ./distribution/docker/debian/Dockerfile
cache-from: type=gha,scope=debian-amd64
cache-to: type=gha,scope=debian-amd64
provenance: false
push: true
labels: |
org.opencontainers.image.title=charted-emails
Expand All @@ -145,6 +146,7 @@ jobs:
push: true
cache-from: type=gha,scope=alpine-amd64
cache-to: type=gha,scope=alpine-amd64
provenance: false
labels: |
org.opencontainers.image.title=charted-emails
org.opencontainers.image.description=🐻‍❄️💌 charted's email service built in Rust that can be connected via gRPC
Expand All @@ -159,7 +161,7 @@ jobs:
ghcr.io/charted-dev/email-service:${{steps.tag.outputs.major}}-alpine-amd64,
ghcr.io/charted-dev/email-service:latest-alpine-amd64
docker-arm:
name: Build Docker image (x86_64)
name: Build Docker image (ARM64)
runs-on: self-hosted
steps:
- name: Checkout repository
Expand Down Expand Up @@ -197,6 +199,7 @@ jobs:
push: true
cache-from: type=gha,scope=debian-arm64
cache-to: type=gha,scope=debian-arm64
provenance: false
labels: |
org.opencontainers.image.title=charted-emails
org.opencontainers.image.description=🐻‍❄️💌 charted's email service built in Rust that can be connected via gRPC
Expand All @@ -220,6 +223,7 @@ jobs:
push: true
cache-from: type=gha,scope=alpine-arm64
cache-to: type=gha,scope=alpine-arm64
provenance: false
labels: |
org.opencontainers.image.title=charted-emails
org.opencontainers.image.description=🐻‍❄️💌 charted's email service built in Rust that can be connected via gRPC
Expand Down

0 comments on commit e4f51fa

Please sign in to comment.