Skip to content

Commit 3c6ec18

Browse files
authored
Merge pull request #1930 from AlphaSphereDotAI/renovate/docker-build-push-action-7.x
Update docker/build-push-action action to v7.2.0
2 parents dacc03c + f015621 commit 3c6ec18

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/.docker.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Checkout repository
3333
uses: actions/checkout@de0fac2e4500dabe0009e67214ff5f5447ce83dd # v6.0.2
3434
- name: Check Dockerfile
35-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
35+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
3636
id: dockerfile_lint
3737
with:
3838
call: check
@@ -95,7 +95,7 @@ jobs:
9595
type=ref,event=tag
9696
type=ref,event=branch
9797
- name: Build and Push to ${{ inputs.registry }}
98-
uses: docker/build-push-action@bcafcacb16a39f128d818304e6c9c0c18556b85f # v7.1.0
98+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
9999
id: push
100100
with:
101101
push: true

0 commit comments

Comments
 (0)