Skip to content

Commit 71b98f4

Browse files
chore(deps): update docker/build-push-action action to v7.2.0
1 parent f6058cc commit 71b98f4

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/docker.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ jobs:
105105
password: ${{ secrets.DOCKERHUB_TOKEN }}
106106

107107
- name: Build
108-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
108+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
109109
with:
110110
context: .
111111
pull: true
@@ -131,7 +131,7 @@ jobs:
131131
run: docker run --rm -i "$TEST_TAG" which composer install-php-extensions clevyr-build
132132

133133
- name: Build and Push (base)
134-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
134+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
135135
with:
136136
context: .
137137
pull: true
@@ -148,7 +148,7 @@ jobs:
148148
cache-to: type=gha,mode=max
149149

150150
- name: Build and Push (onbuild)
151-
uses: docker/build-push-action@d08e5c354a6adb9ed34480a06d141179aa583294 # v7.0.0
151+
uses: docker/build-push-action@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
152152
with:
153153
context: .
154154
push: ${{ github.ref_name == 'main' }}

0 commit comments

Comments
 (0)