Skip to content

Commit 00f1798

Browse files
author
sapcc-bot
committed
Run go-makefile-maker
1 parent ba220c8 commit 00f1798

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/container-registry-ghcr.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
username: ${{ github.actor }}
3131
- name: Extract metadata (tags, labels) for Docker
3232
id: meta
33-
uses: docker/metadata-action@v5
33+
uses: docker/metadata-action@v6
3434
with:
3535
images: ghcr.io/${{ github.repository }}
3636
tags: |
@@ -45,7 +45,7 @@ jobs:
4545
# https://github.com/docker/metadata-action#typesha
4646
type=sha,format=long
4747
- name: Set up QEMU
48-
uses: docker/setup-qemu-action@v3
48+
uses: docker/setup-qemu-action@v4
4949
- name: Set up Docker Buildx
5050
uses: docker/setup-buildx-action@v4
5151
- name: Build and push Docker image

0 commit comments

Comments
 (0)