We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4ca5c7b + 7cb4dd7 commit 8a481b8Copy full SHA for 8a481b8
2 files changed
.github/workflows/publish-docker.yml
@@ -62,7 +62,7 @@ jobs:
62
63
- name: Extract metadata (tags, labels) for Docker
64
id: meta
65
- uses: docker/metadata-action@030e881283bb7a6894de51c315a6bfe6a94e05cf
+ uses: docker/metadata-action@80c7e94dd9b9319bd5eb7a0e0fe9291e23a2a2e9
66
with:
67
images: |
68
${{ env.DOCKERHUB_IMAGE }}${{ matrix.dockerhub_suffix }}
.github/workflows/publish-ghcr-main.yml
@@ -66,7 +66,7 @@ jobs:
- name: Extract metadata (tags, labels) for GHCR
69
70
71
72
${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}${{ matrix.image_suffix }}
0 commit comments