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