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.
2 parents 9594fbe + 3efce60 commit 048a13aCopy full SHA for 048a13a
.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@v5
+ uses: docker/build-push-action@v6
51
with:
52
context: .
53
push: true
0 commit comments