Skip to content

Commit 8f30801

Browse files
authored
Merge pull request #14 from ks6088ts/dependabot/github_actions/docker/build-push-action-6
Bump docker/build-push-action from 5 to 6
2 parents 5f083ef + e0551b1 commit 8f30801

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ghcr-release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ jobs:
3939
tags: |
4040
type=semver,pattern={{version}},value=v${{steps.set_version.outputs.no-dash}}
4141
type=raw,value=latest
42-
- uses: docker/build-push-action@v5
42+
- uses: docker/build-push-action@v6
4343
with:
4444
push: true
4545
context: .

0 commit comments

Comments
 (0)