We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4b86d76 + ef9468a commit cd588a1Copy full SHA for cd588a1
.github/workflows/docker_publish.yml
@@ -23,7 +23,7 @@ jobs:
23
run: echo "VERSION=$(grep '\- Version ' mysqltuner.pl | awk '{ print $NF}')" >> $GITHUB_ENV
24
25
- name: Build and push Docker image
26
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v6
27
with:
28
context: .
29
push: true
0 commit comments