Skip to content

Commit

Permalink
build(deps): Bump docker/build-push-action from 6.1.0 to 6.2.0 (#7)
Browse files Browse the repository at this point in the history
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 6.1.0 to 6.2.0.
- [Release notes](https://github.com/docker/build-push-action/releases)
- [Commits](docker/build-push-action@v6.1.0...v6.2.0)

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

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 Jun 27, 2024
1 parent eee0943 commit 891e164
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 12 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-debian-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Build and push image
id: push-docker
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Debian
push: true
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Build and push image
id: push-ghcr
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Debian
push: true
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Build and push image
id: push-quay
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Debian
push: true
Expand Down
12 changes: 6 additions & 6 deletions .github/workflows/build-fedora-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:

- name: Build and push image
id: push-docker
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Fedora/XFCE
push: true
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:

- name: Build and push image
id: push-ghcr
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Fedora/XFCE
push: true
Expand Down Expand Up @@ -117,7 +117,7 @@ jobs:

- name: Build and push image
id: push-quay
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Fedora/XFCE
push: true
Expand Down Expand Up @@ -157,7 +157,7 @@ jobs:

- name: Build and push image
id: push-docker
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Fedora/KDE
push: true
Expand Down Expand Up @@ -198,7 +198,7 @@ jobs:

- name: Build and push image
id: push-ghcr
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Fedora/KDE
push: true
Expand Down Expand Up @@ -238,7 +238,7 @@ jobs:

- name: Build and push image
id: push-quay
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Fedora/KDE
push: true
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/build-ubuntu-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:

- name: Build and push image
id: push-docker
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Ubuntu
push: true
Expand Down Expand Up @@ -75,7 +75,7 @@ jobs:

- name: Build and push image
id: push-ghcr
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Ubuntu
push: true
Expand Down Expand Up @@ -115,7 +115,7 @@ jobs:

- name: Build and push image
id: push-quay
uses: docker/build-push-action@v6.1.0
uses: docker/build-push-action@v6.2.0
with:
context: configs/Ubuntu
push: true
Expand Down

0 comments on commit 891e164

Please sign in to comment.