Skip to content

Commit

Permalink
fix(ci): typo in env var
Browse files Browse the repository at this point in the history
  • Loading branch information
lotyp committed May 15, 2023
1 parent 6b8d3b0 commit 80e2ed2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
- name: 🚀 Build and Export to Docker
uses: docker/build-push-action@v3
with:
context: ./dist/base/${{ env.TEMPLATE }}
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
load: true
tags: ${{ steps.meta.outputs.tags }}
cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
Expand All @@ -92,7 +92,7 @@ jobs:
- name: 📤 Push Docker image
uses: docker/build-push-action@v3
with:
context: ./dist/base/${{ env.TEMPLATE }}
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
platforms: linux/amd64,linux/arm64
push: ${{ github.event_name != 'pull_request' }}
tags: ${{ steps.meta.outputs.tags }}
Expand Down

0 comments on commit 80e2ed2

Please sign in to comment.