Skip to content

Commit 4cd0bef

Browse files
authored
Merge pull request #3 from WillFantom/dependabot/github_actions/main/docker/build-push-action-4
chore: Bump docker/build-push-action from 3 to 4
2 parents b026a9a + aceb72c commit 4cd0bef

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)