Skip to content

Commit c94e963

Browse files
ci(github-action): update action docker/build-push-action (v7.1.0 → v7.2.0)
1 parent bb93d3a commit c94e963

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/build-push-apps.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ jobs:
7676
org.opencontainers.image.vendor=${{ github.repository_owner }}
7777
# this does the actual build and push
7878
- name: build and push docker image
79-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
79+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
8080
timeout-minutes: 90
8181
with:
8282
context: ./apps/${{ matrix.app }} # build context is the app's subdir

.github/workflows/pr-build-check.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ jobs:
7575
org.opencontainers.image.vendor=${{ github.repository_owner }}
7676
# build the image, test layers, populate cache, but DO NOT PUSH
7777
- name: build docker image check
78-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
78+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
7979
timeout-minutes: 90
8080
with:
8181
context: ./apps/${{ matrix.app }}

0 commit comments

Comments
 (0)