We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 06bad01 + 395c8f9 commit 374cb0bCopy full SHA for 374cb0b
.github/workflows/ci.yaml
@@ -44,7 +44,7 @@ jobs:
44
registry: ghcr.io
45
username: ${{ github.repository_owner }}
46
password: ${{ secrets.GITHUB_TOKEN }}
47
- - uses: docker/build-push-action@v5
+ - uses: docker/build-push-action@v6
48
with:
49
file: "build/package/Dockerfile"
50
context: .
0 commit comments