Skip to content

Commit

Permalink
Merge pull request #50 from webis-de/dependabot/github_actions/docker…
Browse files Browse the repository at this point in the history
…/build-push-action-6

Bump docker/build-push-action from 5 to 6
  • Loading branch information
janheinrichmerker authored Jul 2, 2024
2 parents b7b6937 + ba636a2 commit 199302f
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
- name: 🧰 Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: 🏗️ Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: backend
push: false
Expand All @@ -32,7 +32,7 @@ jobs:
- name: 🧰 Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: 🏗️ Build Docker image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: frontend
push: false
Expand Down Expand Up @@ -73,7 +73,7 @@ jobs:
webis/targer-backend
ghcr.io/${{ github.repository }}/targer-backend
- name: 🚀 Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: backend
push: true
Expand Down Expand Up @@ -116,7 +116,7 @@ jobs:
webis/targer-frontend
ghcr.io/${{ github.repository }}/targer-frontend
- name: 🚀 Build and push image
uses: docker/build-push-action@v5
uses: docker/build-push-action@v6
with:
context: frontend
push: true
Expand Down

0 comments on commit 199302f

Please sign in to comment.