We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ba220c8 commit 00f1798Copy full SHA for 00f1798
.github/workflows/container-registry-ghcr.yaml
@@ -30,7 +30,7 @@ jobs:
30
username: ${{ github.actor }}
31
- name: Extract metadata (tags, labels) for Docker
32
id: meta
33
- uses: docker/metadata-action@v5
+ uses: docker/metadata-action@v6
34
with:
35
images: ghcr.io/${{ github.repository }}
36
tags: |
@@ -45,7 +45,7 @@ jobs:
45
# https://github.com/docker/metadata-action#typesha
46
type=sha,format=long
47
- name: Set up QEMU
48
- uses: docker/setup-qemu-action@v3
+ uses: docker/setup-qemu-action@v4
49
- name: Set up Docker Buildx
50
uses: docker/setup-buildx-action@v4
51
- name: Build and push Docker image
0 commit comments