Skip to content

Commit 665f736

Browse files
authored
Merge pull request #9 from ipdxco/dependabot/github_actions/docker/build-push-action-6
build(deps): bump docker/build-push-action from 4 to 6
2 parents 1768f14 + 2fe1426 commit 665f736

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ jobs:
2424
registry: ghcr.io
2525
username: ${{ github.actor }}
2626
password: ${{ github.token }}
27-
- uses: docker/build-push-action@v4
27+
- uses: docker/build-push-action@v6
2828
with:
2929
context: .
3030
platforms: linux/amd64,linux/arm64

0 commit comments

Comments
 (0)