From e4f51fa2d0681ae4880a4b8a76167aa036375c67 Mon Sep 17 00:00:00 2001 From: Noel Date: Sun, 19 Feb 2023 19:23:35 -0700 Subject: [PATCH] [ci/release] Use `provenance` = false --- .github/workflows/Release.yaml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/.github/workflows/Release.yaml b/.github/workflows/Release.yaml index 4f99985..eeb93f6 100644 --- a/.github/workflows/Release.yaml +++ b/.github/workflows/Release.yaml @@ -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 @@ -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 @@ -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 @@ -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 @@ -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