Skip to content

Commit 6d1f850

Browse files
Bump docker/build-push-action from 5.1.0 to 5.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 5.1.0 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v5.1.0...v5.3.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>
1 parent 1b3a72d commit 6d1f850

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
@@ -81,7 +81,7 @@ jobs:
8181
type=raw,value=${{ steps.gitversion.outputs.semVer }}
8282
8383
- name: Build and Push Container Image for ${{ matrix.dockerfile }}
84-
uses: docker/build-push-action@v5.1.0
84+
uses: docker/build-push-action@v5.3.0
8585
with:
8686
context: .
8787
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@v5.1.0
66+
uses: docker/build-push-action@v5.3.0
6767
with:
6868
context: .
6969
push: true

0 commit comments

Comments
 (0)