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.
1 parent 23ec003 commit 9c500d5Copy full SHA for 9c500d5
.github/workflows/release.yml
@@ -54,7 +54,7 @@ jobs:
54
run: echo "VERSION=${GITHUB_REF#refs/tags/v}" >> $GITHUB_OUTPUT
55
56
- name: Build and push
57
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
58
with:
59
context: .
60
file: ./docker/Dockerfile
0 commit comments