mirror of
https://github.com/tofuutils/pre-commit-opentofu.git
synced 2025-10-15 17:38:54 +02:00
chore(deps): update docker/build-push-action action to v4.1.1 (#542)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
This commit is contained in:
parent
e2e932b17f
commit
402d617c20
2 changed files with 4 additions and 4 deletions
4
.github/workflows/build-image-test.yaml
vendored
4
.github/workflows/build-image-test.yaml
vendored
|
|
@ -27,7 +27,7 @@ jobs:
|
|||
|
||||
- name: Build if Dockerfile changed
|
||||
if: steps.changed-files-specific.outputs.any_changed == 'true'
|
||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
|
||||
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
@ -61,7 +61,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@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
|
||||
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
|
|||
4
.github/workflows/build-image.yaml
vendored
4
.github/workflows/build-image.yaml
vendored
|
|
@ -33,7 +33,7 @@ jobs:
|
|||
|
||||
- name: Build and Push release
|
||||
if: github.event_name != 'schedule'
|
||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
|
||||
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
@ -50,7 +50,7 @@ jobs:
|
|||
|
||||
- name: Build and Push nightly
|
||||
if: github.event_name == 'schedule'
|
||||
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671 # v4.0.0
|
||||
uses: docker/build-push-action@2eb1c1961a95fc15694676618e422e8ba1d63825 # v4.1.1
|
||||
with:
|
||||
context: .
|
||||
build-args: |
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue