We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8a0f908 + 921a171 commit b3ae44eCopy full SHA for b3ae44e
1 file changed
.github/workflows/ci.yml
@@ -153,7 +153,7 @@ jobs:
153
- name: 🧰 Set up Docker Buildx
154
uses: docker/setup-buildx-action@v2
155
- name: 🏗️ Build Docker image
156
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
157
with:
158
context: .
159
push: false
@@ -213,7 +213,7 @@ jobs:
213
images: |
214
ghcr.io/${{ github.repository }}
215
- name: 🚀 Build and push image
216
217
218
219
push: true
0 commit comments