File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -192,19 +192,19 @@ jobs:
192192
193193 - name : Extract Docker metadata
194194 id : meta
195- uses : docker/metadata-action@v5
195+ uses : docker/metadata-action@v6
196196 with :
197197 images : ghcr.io/${{ github.repository }}
198198
199199 - name : Log in to Container registry
200- uses : docker/login-action@v3
200+ uses : docker/login-action@v4
201201 with :
202202 registry : ghcr.io
203203 username : ${{ github.actor }}
204204 password : ${{ secrets.GITHUB_TOKEN }}
205205
206206 - name : Set up Docker Buildx
207- uses : docker/setup-buildx-action@v3
207+ uses : docker/setup-buildx-action@v4
208208 - name : Identify Buildx container
209209 run : |
210210 CONTAINER_ID=$(docker ps --filter=ancestor=moby/buildkit:buildx-stable-1 --format='{{ .ID }}')
@@ -221,7 +221,7 @@ jobs:
221221 docker buildx du # Check the restored cache
222222
223223 - name : Build image
224- uses : docker/build-push-action@v5
224+ uses : docker/build-push-action@v7
225225 with :
226226 context : .
227227 file : crates/term-transcript-cli/Dockerfile
You can’t perform that action at this time.
0 commit comments