Skip to content

Commit b499c82

Browse files
author
Josh Ault
authored
Merge pull request #1 from jault3/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 2e23d51 + 968c5c2 commit b499c82

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
@@ -36,7 +36,7 @@ jobs:
3636
tags: |
3737
type=raw,value=${{ github.ref_name }}
3838
39-
- uses: docker/build-push-action@v5
39+
- uses: docker/build-push-action@v6
4040
id: docker-build
4141
with:
4242
context: .

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
tags: |
2929
type=raw,value=${{ github.ref_name }}
3030
31-
- uses: docker/build-push-action@v5
31+
- uses: docker/build-push-action@v6
3232
id: docker-build
3333
with:
3434
context: .

0 commit comments

Comments
 (0)