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 d9219cb commit 4c64db8Copy full SHA for 4c64db8
1 file changed
.github/workflows/release-docker.yaml
@@ -50,7 +50,7 @@ jobs:
50
echo "tag=${tag}" >> "$GITHUB_OUTPUT"
51
52
- name: Build and push Docker image
53
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
54
with:
55
context: .
56
push: true
0 commit comments