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 d9c30c2 commit ef45d43Copy full SHA for ef45d43
.github/workflows/dockerhub-push.yml
@@ -26,7 +26,7 @@ jobs:
26
password: ${{ secrets.DOCKER_TOKEN }}
27
-
28
name: Build and push
29
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v4
30
with:
31
context: .
32
platforms: linux/amd64,linux/arm64,linux/arm
0 commit comments