File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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' }}
You can’t perform that action at this time.
0 commit comments