Skip to content

Commit 80e2ed2

Browse files
committed
fix(ci): typo in env var
1 parent 6b8d3b0 commit 80e2ed2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-latest.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,7 @@ jobs:
7878
- name: 🚀 Build and Export to Docker
7979
uses: docker/build-push-action@v3
8080
with:
81-
context: ./dist/base/${{ env.TEMPLATE }}
81+
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
8282
load: true
8383
tags: ${{ steps.meta.outputs.tags }}
8484
cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
@@ -92,7 +92,7 @@ jobs:
9292
- name: 📤 Push Docker image
9393
uses: docker/build-push-action@v3
9494
with:
95-
context: ./dist/base/${{ env.TEMPLATE }}
95+
context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
9696
platforms: linux/amd64,linux/arm64
9797
push: ${{ github.event_name != 'pull_request' }}
9898
tags: ${{ steps.meta.outputs.tags }}

0 commit comments

Comments
 (0)