We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c30cb2c + c2e2a3b commit e68e88bCopy full SHA for e68e88b
1 file changed
.github/workflows/release.yaml
@@ -37,7 +37,7 @@ jobs:
37
registry: ghcr.io
38
username: ${{ github.actor }}
39
password: ${{ secrets.GITHUB_TOKEN }}
40
- - uses: docker/build-push-action@v4
+ - uses: docker/build-push-action@v5
41
with:
42
build-args: |
43
DISTRO=${{ matrix.distro }}
0 commit comments