From c1f02e7f33ebd04aa48ef1ea7620476ddc0e4f39 Mon Sep 17 00:00:00 2001 From: Aaron Shaw Date: Tue, 11 Apr 2023 22:34:01 +0100 Subject: [PATCH] fix: error in #415 #415 --- .github/workflows/ci.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index cbeab453..25015c85 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -176,8 +176,8 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 - labels: VERSION="${{ env.image_tag }}" - tags: quay.io/team-helium/test-images:gateway-"${{ env.image_tag }}" + labels: "VERSION=${{ env.image_tag }}" + tags: quay.io/team-helium/test-images:gateway-${{ env.image_tag }} cache-from: type=gha cache-to: type=gha,mode=max @@ -192,9 +192,9 @@ jobs: with: push: true platforms: linux/amd64,linux/arm64,linux/arm/v7,linux/arm/v6 - labels: VERSION="${GITHUB_REF#refs/*/}" + labels: "VERSION=${GITHUB_REF#refs/*/}" tags: | - quay.io/team-helium/miner:gateway-"${GITHUB_REF#refs/*/}" \ - quay.io/team-helium/miner:gateway-latest \ + quay.io/team-helium/miner:gateway-${GITHUB_REF#refs/*/} + quay.io/team-helium/miner:gateway-latest cache-from: type=gha cache-to: type=gha,mode=max