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.
2 parents adfad16 + 298b092 commit b564b85Copy full SHA for b564b85
.github/workflows/ci.yml
@@ -76,7 +76,7 @@ jobs:
76
install: true
77
78
- name: Build and Export to Docker
79
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
80
with:
81
context: ./dist/${{ env.TEMPLATE }}
82
load: true
@@ -96,7 +96,7 @@ jobs:
96
IMAGE_TAG=${{ env.IMAGE_NAMESPACE }}:${{ env.TEMPLATE }}-latest make test
97
98
- name: Push Docker Image
99
100
101
102
### For Cross Platform OSX builds uncomment these lines
0 commit comments