From f4378eede7899157622cacf028189e9a14f4d5e3 Mon Sep 17 00:00:00 2001 From: Adrien F Date: Mon, 19 Feb 2024 15:16:18 +0000 Subject: [PATCH 1/2] fix(ci): platforms input --- .github/workflows/ghcr_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 2da13da4d..05fac43e0 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -75,7 +75,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta.outputs.tags }}-latest # if a tag is provided, use that, otherwise use the release tag, and if neither is available, use 'latest' labels: ${{ steps.meta.outputs.labels }} - platform: local, linux/amd64,linux/arm64,linux/arm64/v8 + platforms: local, linux/amd64,linux/arm64,linux/arm64/v8 build-and-push-image-database: runs-on: ubuntu-latest From 7ed909915dc2812a984ab1a32dcd85c2f1b44b3f Mon Sep 17 00:00:00 2001 From: Adrien F Date: Mon, 19 Feb 2024 15:20:13 +0000 Subject: [PATCH 2/2] fix(ci): spacing in input parameter --- .github/workflows/ghcr_deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ghcr_deploy.yml b/.github/workflows/ghcr_deploy.yml index 05fac43e0..f5d54c65c 100644 --- a/.github/workflows/ghcr_deploy.yml +++ b/.github/workflows/ghcr_deploy.yml @@ -75,7 +75,7 @@ jobs: push: true tags: ${{ steps.meta.outputs.tags }}-${{ github.event.inputs.tag || 'latest' }}, ${{ steps.meta.outputs.tags }}-latest # if a tag is provided, use that, otherwise use the release tag, and if neither is available, use 'latest' labels: ${{ steps.meta.outputs.labels }} - platforms: local, linux/amd64,linux/arm64,linux/arm64/v8 + platforms: local,linux/amd64,linux/arm64,linux/arm64/v8 build-and-push-image-database: runs-on: ubuntu-latest