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 e9deb0d commit 49c39ffCopy full SHA for 49c39ff
.github/workflows/build-docker-image.yml
@@ -37,7 +37,7 @@ jobs:
37
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
38
39
- name: Build and push Docker image
40
- uses: docker/build-push-action@v3
+ uses: docker/build-push-action@v6
41
with:
42
context: .
43
push: false
0 commit comments