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 be19bd4 commit a418361Copy full SHA for a418361
.github/workflows/build.yml
@@ -115,7 +115,7 @@ jobs:
115
password: ${{ secrets.GITHUB_TOKEN }}
116
- name: Build Docker images
117
id: build
118
- uses: docker/build-push-action@b32b51a8eda65d6793cd0494a773d4f6bcef32dc # v6.11.0
+ uses: docker/build-push-action@ca877d9245402d1537745e0e356eab47c3520991 # v6.13.0
119
with:
120
# provenance: false is needed to avoid unkown/unknown os/arch on ghcr
121
# see: https://github.com/docker/build-push-action/issues/820
0 commit comments