We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70fa901 commit e209afbCopy full SHA for e209afb
.github/workflows/update-docker-images.yml
@@ -34,7 +34,7 @@ jobs:
34
registry: ghcr.io
35
username: ${{github.repository_owner}}
36
password: ${{secrets.GITHUB_TOKEN}}
37
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
38
with:
39
context: test
40
file: test/docker/${{matrix.dist}}/Dockerfile
0 commit comments