Skip to content

Commit

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

Bump docker/build-push-action from 4 to 5
  • Loading branch information
janheinrichmerker authored Apr 2, 2024
2 parents 07d85a6 + 0164d47 commit a8e1fb6
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@v2
- name: 🏗️ Build Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
with:
context: backend
push: false
Expand All @@ -32,7 +32,7 @@ jobs:
- name: 🧰 Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: 🏗️ Build Docker image
uses: docker/build-push-action@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
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@v4
uses: docker/build-push-action@v5
with:
context: frontend
push: true
Expand Down

0 comments on commit a8e1fb6

Please sign in to comment.