Skip to content

Commit d32da69

Browse files
committed
Update Docker actions in CI
1 parent 3226e8f commit d32da69

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/ci.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)