Skip to content

Commit 41c6026

Browse files
author
alxndrsn
committed
downgrade actions
1 parent deac914 commit 41c6026

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

.github/workflows/ghcr.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ jobs:
2727
submodules: recursive
2828

2929
- name: Log into registry ${{ env.REGISTRY }}
30-
uses: docker/login-action@v4
30+
uses: docker/login-action@v3
3131
with:
3232
registry: ${{ env.REGISTRY }}
3333
username: ${{ github.actor }}
@@ -38,18 +38,18 @@ jobs:
3838

3939
- name: Extract Docker metadata
4040
id: meta
41-
uses: docker/metadata-action@v6
41+
uses: docker/metadata-action@v5
4242
with:
4343
images: ${{ env.REGISTRY }}/${{ github.repository_owner }}/central-${{ matrix.image }}
4444

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

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

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

0 commit comments

Comments
 (0)