We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fba8292 commit 00e69ebCopy full SHA for 00e69eb
.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.13.0
+ uses: docker/bake-action@v6.4.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