Skip to content

Commit

Permalink
chore(deps): bump docker/build-push-action from 3 to 5 (#62)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 5.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v3...v5)

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

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] authored Nov 29, 2023
1 parent 8253658 commit dff9190
Showing 1 changed file with 13 additions and 13 deletions.
26 changes: 13 additions & 13 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
type=raw,value=latest
- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -49,7 +49,7 @@ jobs:
file: docker/amazon-1/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -60,7 +60,7 @@ jobs:
file: docker/amazon-2/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -71,7 +71,7 @@ jobs:
file: docker/alpine/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -82,7 +82,7 @@ jobs:
file: docker/arch/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -93,7 +93,7 @@ jobs:
file: docker/debian-buster/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -104,7 +104,7 @@ jobs:
file: docker/debian-jessie/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -115,7 +115,7 @@ jobs:
file: docker/debian-stretch/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -126,7 +126,7 @@ jobs:
file: docker/fedora-35/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -137,7 +137,7 @@ jobs:
file: docker/opensuse-tubleweed/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -148,7 +148,7 @@ jobs:
file: docker/oracle-8/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -159,7 +159,7 @@ jobs:
file: docker/rocky-8/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand All @@ -170,7 +170,7 @@ jobs:
file: docker/ubuntu-bionic/Dockerfile

- name: Build and push
uses: docker/build-push-action@v3
uses: docker/build-push-action@v5
with:
context: .
push: true
Expand Down

0 comments on commit dff9190

Please sign in to comment.