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 ee56985 commit 532c828Copy full SHA for 532c828
.github/workflows/docker-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
57
- name: Build and push Docker image
58
id: build-and-push
59
- uses: docker/build-push-action@0adf9959216b96bec444f325f1e493d4aa344497 # v6.14.0
+ uses: docker/build-push-action@471d1dc4e07e5cdedd4c2171150001c434f0b7a4 # v6.15.0
60
with:
61
context: .
62
labels: ${{ steps.meta.outputs.labels }}
0 commit comments