We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 66fe515 + a38b281 commit 263ac50Copy full SHA for 263ac50
1 file changed
.github/workflows/release-image.yml
@@ -29,7 +29,7 @@ jobs:
29
password: ${{ secrets.DOCKER_PASSWORD }}
30
31
- name: Build image
32
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v7
33
with:
34
context: .
35
file: ./Dockerfile
0 commit comments