Skip to content

Commit 2e96184

Browse files
Merge pull request #26 from webis-de/dependabot/github_actions/docker/build-push-action-5
Bump docker/build-push-action from 4 to 5
2 parents 299a6b1 + 754b8df commit 2e96184

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
- name: "🧰 Set up Docker Buildx"
5050
uses: docker/setup-buildx-action@v2
5151
- name: "🚀 Build image"
52-
uses: docker/build-push-action@v4
52+
uses: docker/build-push-action@v5
5353
with:
5454
context: .
5555
push: false
@@ -270,7 +270,7 @@ jobs:
270270
webis/ir_axioms
271271
ghcr.io/${{ github.repository }}
272272
- name: "🚀 Build and push image"
273-
uses: docker/build-push-action@v4
273+
uses: docker/build-push-action@v5
274274
with:
275275
context: .
276276
push: true

0 commit comments

Comments
 (0)