We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b008c93 commit bee7ce6Copy full SHA for bee7ce6
.github/workflows/containers.yaml
@@ -83,7 +83,7 @@ jobs:
83
platforms: ${{ env.PLATFORMS }}
84
85
- name: Export Container for Scanning
86
- uses: docker/build-push-action@v6.19.1
+ uses: docker/build-push-action@v6.19.2
87
id: export-container
88
timeout-minutes: 10
89
with:
@@ -196,7 +196,7 @@ jobs:
196
# build other platforms if specified
197
# add attestations
198
- name: Build and Push Containers
199
200
id: build-and-push
201
if: ${{ github.event_name != 'pull_request' }}
202
timeout-minutes: 40
0 commit comments