Skip to content

Commit cd588a1

Browse files
authored
Merge pull request #844 from major/renovate/docker-build-push-action-6.x
chore(deps): update docker/build-push-action action to v6
2 parents 4b86d76 + ef9468a commit cd588a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker_publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: echo "VERSION=$(grep '\- Version ' mysqltuner.pl | awk '{ print $NF}')" >> $GITHUB_ENV
2424

2525
- name: Build and push Docker image
26-
uses: docker/build-push-action@v4
26+
uses: docker/build-push-action@v6
2727
with:
2828
context: .
2929
push: true

0 commit comments

Comments
 (0)