From 4ee69422f52775b6217075995f0de7d0e3c325fa Mon Sep 17 00:00:00 2001 From: TShapinsky Date: Thu, 25 Jul 2024 08:51:58 -0600 Subject: [PATCH] use push instead of load for multiplatform builds --- .github/workflows/ci.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 5d83d864..b5c28696 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -297,7 +297,6 @@ jobs: worker.cache-to=type=gha,mode=max,scope=worker:${{ github.ref_name }} grafana.cache-to=type=gha,mode=max,scope=grafana:${{ github.ref_name }} worker.platform=linux/amd64,linux/arm64 - load: true push: true # - name: Tag and push images