We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ee6437e + b8820b8 commit cad3a13Copy full SHA for cad3a13
1 file changed
.github/workflows/build.yml
@@ -61,7 +61,7 @@ jobs:
61
password: ${{ github.token }}
62
63
- name: Build and push Docker image
64
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
65
with:
66
platforms: linux/amd64
67
push: ${{ github.event_name != 'pull_request' }}
0 commit comments