We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 78eb7bc commit 9fba52dCopy full SHA for 9fba52d
1 file changed
.github/workflows/docker.yml
@@ -80,7 +80,7 @@ jobs:
80
password: ${{ secrets.GITHUB_TOKEN }}
81
82
- name: Build image
83
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
84
with:
85
builder: ${{ steps.buildx.outputs.name }}
86
context: .
0 commit comments