From b68573bd46b7dba72c2514f83b2360aee78ae398 Mon Sep 17 00:00:00 2001 From: Guillermo Caracuel <633810+gcaracuel@users.noreply.github.com> Date: Tue, 28 Nov 2023 10:12:09 +0100 Subject: [PATCH] Put back Multiarch and disable docker cleanup (#65) --- .github/workflows/cleanup.yaml | 6 +++--- .github/workflows/docker.yaml | 2 +- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/cleanup.yaml b/.github/workflows/cleanup.yaml index a7801d2..6600ed2 100644 --- a/.github/workflows/cleanup.yaml +++ b/.github/workflows/cleanup.yaml @@ -1,9 +1,9 @@ name: Github Container Registry cleanup tasks on: - # On demand || Each 10 days + # On demand workflow_dispatch: - schedule: - - cron: '0 0 */10 * *' + # schedule: + # - cron: '0 0 */10 * *' jobs: cleanup-docker: runs-on: ubuntu-latest diff --git a/.github/workflows/docker.yaml b/.github/workflows/docker.yaml index 98996f1..e4fae30 100644 --- a/.github/workflows/docker.yaml +++ b/.github/workflows/docker.yaml @@ -45,7 +45,7 @@ jobs: context: . file: Dockerfile push: true - platforms: "linux/amd64,linux/arm64" + platforms: linux/amd64 # sbom: true provenance: false tags: ${{ steps.meta.outputs.tags }}