Skip to content

Commit 5c0d225

Browse files
chore(deps): update docker/build-push-action action to v7.3.0
1 parent 626ee80 commit 5c0d225

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@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
108+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.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@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
134+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.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@f9f3042f7e2789586610d6e8b85c8f03e5195baf # v7.2.0
151+
uses: docker/build-push-action@53b7df96c91f9c12dcc8a07bcb9ccacbed38856a # v7.3.0
152152
with:
153153
context: .
154154
push: ${{ github.ref_name == 'main' }}

0 commit comments

Comments
 (0)