Skip to content

Commit aceb72c

Browse files
chore: Bump docker/build-push-action from 3 to 4
Bumps [docker/build-push-action](https://github.com/docker/build-push-action) from 3 to 4. - [Release notes](https://github.com/docker/build-push-action/releases) - [Commits](docker/build-push-action@v3...v4) --- updated-dependencies: - dependency-name: docker/build-push-action dependency-type: direct:production update-type: version-update:semver-major ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent b026a9a commit aceb72c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/audit.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ jobs:
2020
- name: Setup Docker Buildx
2121
uses: docker/setup-buildx-action@v2
2222
- name: Build Test Container
23-
uses: docker/build-push-action@v3
23+
uses: docker/build-push-action@v4
2424
with:
2525
context: .
2626
file: build/Dockerfile

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ jobs:
8282
type=semver,pattern={{major}}.{{minor}}
8383
type=semver,pattern={{major}}
8484
- name: Build and Push Container
85-
uses: docker/build-push-action@v3
85+
uses: docker/build-push-action@v4
8686
with:
8787
context: .
8888
file: build/Dockerfile

0 commit comments

Comments
 (0)