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 a7774fc commit 989e290Copy full SHA for 989e290
.github/workflows/container-publish.yml
@@ -56,7 +56,7 @@ jobs:
56
type=ref,event=branch
57
type=raw,value=${{ needs.prepare-checkout.outputs.ref }}
58
- name: Build and push Docker image
59
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
60
with:
61
context: .
62
cache-from: type=gha
0 commit comments