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 7306608 + 7cdd93f commit 4bf6d19Copy full SHA for 4bf6d19
.github/workflows/build-latest.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/base/${{ env.IMAGE_TEMPLATE }}
82
load: true
@@ -89,7 +89,7 @@ jobs:
89
run: IMAGE_TAG=${{ env.IMAGE_TAG }} make test
90
91
- name: 📤 Push Docker image
92
93
94
95
platforms: linux/amd64,linux/arm64
0 commit comments