We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c68052f commit 8eac439Copy full SHA for 8eac439
1 file changed
.github/workflows/ci.yml
@@ -68,7 +68,7 @@ jobs:
68
suffix=${{ matrix.context.suffix }}
69
70
- name: Build Docker image
71
- uses: docker/build-push-action@v6
+ uses: docker/build-push-action@v7
72
with:
73
context: ${{ matrix.context.name }}
74
push: ${{ github.event_name != 'pull_request' }}
0 commit comments