File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 6767 - name : Stop Commands
6868 run : T="$(echo -n ${{ github.token }} | sha256sum | head -c 64)" && echo -e "::add-mask::${T}\n::stop-commands::${T}"
6969 - name : Build target base image
70- uses : docker/build-push-action@v5
70+ uses : docker/build-push-action@v6
7171 with :
7272 context : images/base
7373 pull : true
@@ -136,7 +136,7 @@ jobs:
136136 - name : Stop Commands
137137 run : T="$(echo -n ${{ github.token }} | sha256sum | head -c 64)" && echo -e "::add-mask::${T}\n::stop-commands::${T}"
138138 - name : Build target base image
139- uses : docker/build-push-action@v5
139+ uses : docker/build-push-action@v6
140140 with :
141141 context : images/base-${{ matrix.target }}
142142 pull : true
@@ -203,7 +203,7 @@ jobs:
203203 key : download-cache-${{ steps.dl_cache.outputs.dltagname }}
204204 fail-on-cache-miss : true
205205 - name : Build target base image
206- uses : docker/build-push-action@v5
206+ uses : docker/build-push-action@v6
207207 with :
208208 context : .
209209 pull : true
You can’t perform that action at this time.
0 commit comments