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 6d69881 commit 7c9c649Copy full SHA for 7c9c649
.github/workflows/build.yml
@@ -53,7 +53,7 @@ jobs:
53
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}
54
55
- name: Build and push Docker image
56
- uses: docker/build-push-action@v4
+ uses: docker/build-push-action@v5
57
with:
58
context: .
59
push: true
0 commit comments