Skip to content

Commit

Permalink
Bump docker/build-push-action from 4 to 5
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v4...v5)

---
updated-dependencies:
- dependency-name: docker/build-push-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <[email protected]>
  • Loading branch information
dependabot[bot] authored Apr 1, 2024
1 parent 07d85a6 commit 0164d47
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 0164d47

Please sign in to comment.