From 5c3a14202db2083252485bf1ac987e0a27f3cf1a Mon Sep 17 00:00:00 2001 From: Jade Ellis Date: Wed, 8 Jan 2025 19:03:59 +0000 Subject: [PATCH] name metadata steps correctly --- .github/workflows/publish-image.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/publish-image.yml b/.github/workflows/publish-image.yml index 12a0fc03..3d72fa72 100644 --- a/.github/workflows/publish-image.yml +++ b/.github/workflows/publish-image.yml @@ -130,7 +130,7 @@ jobs: password: ${{ secrets.GITLAB_TOKEN }} # This step uses [docker/metadata-action](https://github.com/docker/metadata-action#about) to extract tags and labels that will be applied to the specified image. The `id` "meta" allows the output of this step to be referenced in a subsequent step. The `images` value provides the base name for the tags and labels. - - name: Extract metadata (tags, labels) for Docker + - name: Extract metadata (labels, annotations) for Docker id: meta uses: docker/metadata-action@v5 with: @@ -230,7 +230,7 @@ jobs: - name: Set up Docker Buildx uses: docker/setup-buildx-action@v3 - - name: Extract metadata (tags, labels) for Docker + - name: Extract metadata (tags) for Docker id: meta uses: docker/metadata-action@v5 with: