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 4f72b94 commit d48f59fCopy full SHA for d48f59f
.github/workflows/ci.yml
@@ -92,7 +92,7 @@ jobs:
92
echo "IMAGE_TAG=${{ env.IMAGE_NAMESPACE }}:${{ env.TEMPLATE }}-latest" >> "$GITHUB_ENV"
93
94
- name: 🛠️ Build and export to docker
95
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
96
with:
97
context: ./dist/${{ env.TEMPLATE }}
98
load: true
@@ -106,7 +106,7 @@ jobs:
106
export IMAGE_TAG=${{ env.IMAGE_TAG }}; make test
107
108
- name: 📤 Push docker image
109
110
111
112
### For Cross Platform OSX builds uncomment these lines
0 commit comments