We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b8c07b2 commit 781309fCopy full SHA for 781309f
.github/workflows/test.yaml
@@ -47,14 +47,14 @@ jobs:
47
registry: ghcr.io
48
username: ${{ github.repository_owner }}
49
password: ${{ secrets.GITHUB_TOKEN }}
50
- - uses: docker/bake-action@v5
+ - uses: docker/bake-action@v6
51
if: ${{ startsWith(github.ref, 'refs/tags/v') }}
52
env:
53
TAG: ${{ github.ref_name }}
54
with:
55
push: true
56
files: 'build/package/docker-bake.json'
57
58
if: ${{ !startsWith(github.ref, 'refs/tags/v') }}
59
60
0 commit comments