diff --git a/.github/workflows/build_image.yml b/.github/workflows/build_image.yml index 9f6bf12..525bc31 100644 --- a/.github/workflows/build_image.yml +++ b/.github/workflows/build_image.yml @@ -37,7 +37,7 @@ jobs: # 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 id: meta - uses: docker/metadata-action@v5.5.1 + uses: docker/metadata-action@v5.6.1 with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}