mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
gh-actions: bump docker/build-push-action from 5 to 6
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5 to 6. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](https://github.com/docker/build-push-action/compare/v5...v6) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-version: '6' dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
This commit is contained in:
parent
16722bff5a
commit
4da2ee9167
2 changed files with 6 additions and 6 deletions
4
.github/workflows/build-image-test.yaml
vendored
4
.github/workflows/build-image-test.yaml
vendored
|
|
@ -28,7 +28,7 @@ jobs:
|
|||
|
||||
- name: Build if Dockerfile changed
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
|
||||
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
@ -62,7 +62,7 @@ jobs:
|
|||
# https://github.com/docker/buildx/issues/59#issuecomment-1433097926
|
||||
- name: Build Multi-arch docker-image
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
uses: docker/build-push-action@4a13e500e55cf31b7a5d59a38ab2040ab0f42f56 # v5.1.0
|
||||
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
|
|||
8
.github/workflows/build-image.yaml
vendored
8
.github/workflows/build-image.yaml
vendored
|
|
@ -34,7 +34,7 @@ jobs:
|
|||
|
||||
- name: Build and Push release to ghcr.io
|
||||
if: github.event_name != 'schedule'
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
@ -51,7 +51,7 @@ jobs:
|
|||
|
||||
- name: Build and Push nightly to ghcr.io
|
||||
if: github.event_name == 'schedule'
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
@ -74,7 +74,7 @@ jobs:
|
|||
|
||||
- name: Build and Push release to DockerHub
|
||||
if: github.event_name != 'schedule'
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
@ -88,7 +88,7 @@ jobs:
|
|||
|
||||
- name: Build and Push nightly to DockerHub
|
||||
if: github.event_name == 'schedule'
|
||||
uses: docker/build-push-action@v5
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue