We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f95c309 commit db09aa6Copy full SHA for db09aa6
.github/workflows/ci.yml
@@ -13,7 +13,7 @@ jobs:
13
registry: ghcr.io
14
username: ${{ github.repository_owner }}
15
password: ${{ secrets.GITHUB_TOKEN }}
16
- - uses: docker/bake-action@v4
+ - uses: docker/bake-action@v6.9.0
17
with:
18
push: true
19
set: |
0 commit comments