We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 34c2445 commit acd0503Copy full SHA for acd0503
.github/workflows/docker.yml
@@ -47,7 +47,7 @@ jobs:
47
username: ${{ github.actor }}
48
password: ${{ secrets.GITHUB_TOKEN }}
49
- name: Build and push
50
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
51
with:
52
context: .
53
platforms: linux/amd64,linux/arm64
0 commit comments