We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 973210b commit 50200d9Copy full SHA for 50200d9
1 file changed
.github/workflows/build.yml
@@ -30,7 +30,7 @@ jobs:
30
username: ${{ secrets.DOCKERHUB_USER }}
31
password: ${{ secrets.DOCKERHUB_TOKEN }}
32
- name: Build and push
33
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
34
with:
35
context: .
36
platforms: linux/amd64,linux/arm64,linux/arm/v7
0 commit comments