We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fc05aea commit f79af72Copy full SHA for f79af72
.github/workflows/build.yml
@@ -103,7 +103,7 @@ jobs:
103
104
- name: 🚀 Bake image and push to docker-hub and GHCR
105
id: bake
106
- uses: docker/bake-action@v5.13.0
+ uses: docker/bake-action@v6.4.0
107
with:
108
targets: ${{ env.TARGET }}
109
files: |
.github/workflows/test.yml
@@ -86,7 +86,7 @@ jobs:
86
87
- name: 🧪 Bake image for testing
88
89
90
91
92
0 commit comments