Skip to content

Commit ea5b593

Browse files
Bump docker/build-push-action from 3.2.0 to 4.0.0 (#668)
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3.2.0 to 4.0.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3.2.0...v4.0.0) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <[email protected]> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> Co-authored-by: Victor Chang <[email protected]>
1 parent e9ec382 commit ea5b593

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
type=raw,value=${{ steps.gitversion.outputs.semVer }}
8383
8484
- name: Build and Push Container Image for ${{ matrix.dockerfile }}
85-
uses: docker/build-push-action@v3.2.0
85+
uses: docker/build-push-action@v4.0.0
8686
with:
8787
context: .
8888
push: ${{ contains(github.ref, 'refs/heads/main') || contains(github.ref, 'refs/heads/develop') ||contains(github.head_ref, 'release/') || contains(github.head_ref, 'feature/') || contains(github.head_ref, 'develop') }}

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ jobs:
6363
type=raw,value=develop-nightly-${{ steps.date.outputs.date }}
6464
6565
- name: Build and Push Container Image for ${{ matrix.feature }}
66-
uses: docker/build-push-action@v3.2.0
66+
uses: docker/build-push-action@v4.0.0
6767
with:
6868
context: .
6969
push: true

0 commit comments

Comments
 (0)