We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents f80b4dc + 0750a17 commit f37e327Copy full SHA for f37e327
1 file changed
.github/workflows/docker-image.yml
@@ -47,7 +47,7 @@ jobs:
47
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
48
49
- name: Build and push Docker image
50
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
51
with:
52
context: .
53
push: true
0 commit comments