We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a88b7a8 commit 1d0afeaCopy full SHA for 1d0afea
.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.3.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