We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3538db3 commit 3b6d378Copy full SHA for 3b6d378
.github/workflows/build.yml
@@ -100,7 +100,7 @@ jobs:
100
101
- name: 🚀 Bake image and push to docker-hub and GHCR
102
id: bake
103
- uses: docker/bake-action@v5.11.0
+ uses: docker/bake-action@v6.2.0
104
with:
105
targets: ${{ env.TARGET }}
106
files: |
.github/workflows/test.yml
@@ -83,7 +83,7 @@ jobs:
83
84
- name: 🧪 Bake image for testing
85
86
87
88
89
0 commit comments