Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

build(deps): bump docker/build-push-action from 2.4.0 to 4.0.0 #71

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/images-legacy-base-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Release build ${{ matrix.name }}
if: ${{ steps.tag-in-repositories.outputs.exists == 'false' }}
uses: docker/build-push-action@e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
id: docker_build_release
with:
context: ${{ matrix.context }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images-legacy-hotfix-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
persist-credentials: false

- name: Release Build ${{ matrix.name }}
uses: docker/build-push-action@e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
id: docker_build_release
with:
context: .
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/images-legacy-releases.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ jobs:
persist-credentials: false

- name: Release Build ${{ matrix.name }}
uses: docker/build-push-action@e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
id: docker_build_release
with:
context: .
Expand Down
10 changes: 5 additions & 5 deletions .github/workflows/images-legacy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,7 @@ jobs:
# master branch pushes
- name: CI Build ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request_target' }}
uses: docker/build-push-action@e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
id: docker_build_ci_master
with:
context: .
Expand All @@ -93,7 +93,7 @@ jobs:

- name: CI race detection Build ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request_target' }}
uses: docker/build-push-action@e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
id: docker_build_ci_master_detect_race_condition
with:
context: .
Expand Down Expand Up @@ -122,7 +122,7 @@ jobs:
# PR updates
- name: CI Build ${{ matrix.name }}
if: ${{ github.event_name == 'pull_request_target' }}
uses: docker/build-push-action@e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
id: docker_build_ci_pr
with:
context: .
Expand All @@ -143,7 +143,7 @@ jobs:

- name: CI race detection Build ${{ matrix.name }}
if: ${{ github.event_name == 'pull_request_target' }}
uses: docker/build-push-action@e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
id: docker_build_ci_pr_detect_race_condition
with:
context: .
Expand Down Expand Up @@ -218,7 +218,7 @@ jobs:
# master branch pushes
- name: CI Build ${{ matrix.name }}
if: ${{ github.event_name != 'pull_request_target' }}
uses: docker/build-push-action@e1b7f96249f2e4c8e4ac1519b9608c0d48944a1f
uses: docker/build-push-action@3b5e8027fcad23fda98b2e3ac259d8d67585f671
id: docker_build_ci_master
with:
context: .
Expand Down