Skip to content

Commit f64dff7

Browse files
chore(deps): update docker/build-push-action action to v6.19.1
1 parent b7674f2 commit f64dff7

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
@@ -86,7 +86,7 @@ jobs:
8686
password: ${{ secrets.DOCKERHUB_TOKEN }}
8787

8888
- name: Build
89-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
89+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
9090
with:
9191
context: .
9292
pull: true
@@ -106,7 +106,7 @@ jobs:
106106
run: docker run --rm -i "$TEST_TAG" which composer install-php-extensions clevyr-build
107107

108108
- name: Build and Push (base)
109-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
109+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
110110
with:
111111
context: .
112112
pull: true
@@ -122,7 +122,7 @@ jobs:
122122
cache-to: type=gha,mode=max
123123

124124
- name: Build and Push (onbuild)
125-
uses: docker/build-push-action@263435318d21b8e681c14492fe198d362a7d2c83 # v6.18.0
125+
uses: docker/build-push-action@601a80b39c9405e50806ae38af30926f9d957c47 # v6.19.1
126126
with:
127127
context: .
128128
push: ${{ github.ref_name == 'main' }}

0 commit comments

Comments
 (0)