We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3746771 commit bc5adbdCopy full SHA for bc5adbd
.github/workflows/build.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@v5
+ uses: docker/build-push-action@v6
41
with:
42
context: .
43
push: ${{ github.event_name != 'pull_request' }}
0 commit comments