Skip to content

Commit 07b8f42

Browse files
Bump docker/build-push-action from 4.1.1 to 5.3.0
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 4.1.1 to 5.3.0. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v4.1.1...v5.3.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]>
1 parent ae82077 commit 07b8f42

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,7 @@ jobs:
3737
type=raw,value=${{ matrix.version }}
3838
3939
- name: Build and push Docker image
40-
uses: docker/build-push-action@v4.1.1
40+
uses: docker/build-push-action@v5.3.0
4141
with:
4242
context: .
4343
push: false

.github/workflows/release.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ jobs:
4848
type=raw,value=${{ matrix.version }}
4949
5050
- name: Build and push Docker image
51-
uses: docker/build-push-action@v4.1.1
51+
uses: docker/build-push-action@v5.3.0
5252
with:
5353
context: .
5454
push: true

0 commit comments

Comments
 (0)