We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0b199fb commit 8253a2cCopy full SHA for 8253a2c
1 file changed
.github/workflows/build-release.yaml
@@ -67,7 +67,7 @@ jobs:
67
registry: ghcr.io
68
username: ${{ github.actor }}
69
password: ${{ github.token }}
70
- - uses: docker/build-push-action@v6
+ - uses: docker/build-push-action@v7
71
with:
72
build-args: VERSION=${{ inputs.version }}
73
context: .
0 commit comments