We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 44d2deb commit e4cc265Copy full SHA for e4cc265
.github/workflows/build.yaml
@@ -62,7 +62,7 @@ jobs:
62
password: ${{ secrets.GITHUB_TOKEN }}
63
64
- name: Build
65
- uses: docker/build-push-action@v6.12.0
+ uses: docker/build-push-action@v6.13.0
66
with:
67
context: .
68
push: ${{ github.event_name != 'pull_request' }}
0 commit comments