Skip to content

Commit 0379dcf

Browse files
authored
ci/ghcr: update deprecated docker action versions (#1821)
Closes #1818
1 parent 6c764ea commit 0379dcf

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/ghcr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
submodules: recursive
3030

3131
- name: Log into registry ${{ env.REGISTRY }}
32-
uses: docker/login-action@v3
32+
uses: docker/login-action@v4
3333
with:
3434
registry: ${{ env.REGISTRY }}
3535
username: ${{ github.actor }}
@@ -40,18 +40,18 @@ jobs:
4040

4141
- name: Extract Docker metadata
4242
id: meta
43-
uses: docker/metadata-action@v5
43+
uses: docker/metadata-action@v6
4444
with:
4545
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/central-${{ matrix.image }}
4646

4747
- name: Set up QEMU emulator for multi-arch images
48-
uses: docker/setup-qemu-action@v3
48+
uses: docker/setup-qemu-action@v4
4949

5050
- name: Set up Docker Buildx
51-
uses: docker/setup-buildx-action@v3
51+
uses: docker/setup-buildx-action@v4
5252

5353
- name: Build and push ${{ matrix.image }} Docker image
54-
uses: docker/build-push-action@v5
54+
uses: docker/build-push-action@v7
5555
with:
5656
file: ${{ matrix.image }}.dockerfile
5757
context: .

0 commit comments

Comments
 (0)