Skip to content

Commit

Permalink
fix: error in helium#415
Browse files Browse the repository at this point in the history
  • Loading branch information
shawaj authored Apr 11, 2023
1 parent 58f0126 commit c1f02e7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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

0 comments on commit c1f02e7

Please sign in to comment.