Skip to content

Commit bee7ce6

Browse files
chore(deps): bump docker/build-push-action in the docker-actions group (#133)
1 parent b008c93 commit bee7ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/containers.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,7 @@ jobs:
8383
platforms: ${{ env.PLATFORMS }}
8484

8585
- name: Export Container for Scanning
86-
uses: docker/build-push-action@v6.19.1
86+
uses: docker/build-push-action@v6.19.2
8787
id: export-container
8888
timeout-minutes: 10
8989
with:
@@ -196,7 +196,7 @@ jobs:
196196
# build other platforms if specified
197197
# add attestations
198198
- name: Build and Push Containers
199-
uses: docker/build-push-action@v6.19.1
199+
uses: docker/build-push-action@v6.19.2
200200
id: build-and-push
201201
if: ${{ github.event_name != 'pull_request' }}
202202
timeout-minutes: 40

0 commit comments

Comments
 (0)