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 3c984bb commit 4c39a14Copy full SHA for 4c39a14
.github/workflows/build-docker-image.yml
@@ -32,7 +32,7 @@ jobs:
32
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
33
34
- name: Build and push Docker image
35
- uses: docker/build-push-action@v5
+ uses: docker/build-push-action@v6
36
with:
37
context: .
38
push: true
0 commit comments