Skip to content

Commit b3ae44e

Browse files
Merge pull request #81 from webis-de/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 4 to 6
2 parents 8a0f908 + 921a171 commit b3ae44e

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -153,7 +153,7 @@ jobs:
153153
- name: 🧰 Set up Docker Buildx
154154
uses: docker/setup-buildx-action@v2
155155
- name: 🏗️ Build Docker image
156-
uses: docker/build-push-action@v4
156+
uses: docker/build-push-action@v6
157157
with:
158158
context: .
159159
push: false
@@ -213,7 +213,7 @@ jobs:
213213
images: |
214214
ghcr.io/${{ github.repository }}
215215
- name: 🚀 Build and push image
216-
uses: docker/build-push-action@v4
216+
uses: docker/build-push-action@v6
217217
with:
218218
context: .
219219
push: true

0 commit comments

Comments
 (0)