We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6b8d3b0 commit 80e2ed2Copy full SHA for 80e2ed2
.github/workflows/build-latest.yml
@@ -78,7 +78,7 @@ jobs:
78
- name: 🚀 Build and Export to Docker
79
uses: docker/build-push-action@v3
80
with:
81
- context: ./dist/base/${{ env.TEMPLATE }}
+ context: ./dist/base/${{ env.IMAGE_TEMPLATE }}
82
load: true
83
tags: ${{ steps.meta.outputs.tags }}
84
cache-from: type=registry,ref=${{ env.IMAGE_TAG }}
@@ -92,7 +92,7 @@ jobs:
92
- name: 📤 Push Docker image
93
94
95
96
platforms: linux/amd64,linux/arm64
97
push: ${{ github.event_name != 'pull_request' }}
98
0 commit comments