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 969b7a4 commit a836805Copy full SHA for a836805
.github/workflows/image-release.yaml
@@ -25,7 +25,7 @@ jobs:
25
registry: ${{ env.REGISTRY }}
26
username: ${{ github.actor }}
27
password: ${{ secrets.GITHUB_TOKEN }}
28
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
29
with:
30
context: ${{ env.BUILD_CONTEXT }}
31
push: true
.github/workflows/image-unstable.yaml
0 commit comments