We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7681a5f commit 7ec1d66Copy full SHA for 7ec1d66
1 file changed
.github/workflows/release.yaml
@@ -72,7 +72,7 @@ jobs:
72
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
73
74
- name: Build and push Docker image
75
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
76
with:
77
context: .
78
build-args: |
0 commit comments