diff --git a/.github/workflows/release-clickhouse.yml b/.github/workflows/release-clickhouse.yml index 1ac04ad..0c358bb 100644 --- a/.github/workflows/release-clickhouse.yml +++ b/.github/workflows/release-clickhouse.yml @@ -42,7 +42,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@c299e40c65443455700f0fdfc63efafe5b349051 + uses: docker/metadata-action@ed95091677497158a9ff38b314264cd965388d5e with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. diff --git a/.github/workflows/release-devcontainer.yml b/.github/workflows/release-devcontainer.yml index a27a5f9..129af42 100644 --- a/.github/workflows/release-devcontainer.yml +++ b/.github/workflows/release-devcontainer.yml @@ -42,7 +42,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@c299e40c65443455700f0fdfc63efafe5b349051 + uses: docker/metadata-action@ed95091677497158a9ff38b314264cd965388d5e with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. diff --git a/.github/workflows/release-nginx.yml b/.github/workflows/release-nginx.yml index 9a7085c..76456ed 100644 --- a/.github/workflows/release-nginx.yml +++ b/.github/workflows/release-nginx.yml @@ -42,7 +42,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@c299e40c65443455700f0fdfc63efafe5b349051 + uses: docker/metadata-action@ed95091677497158a9ff38b314264cd965388d5e with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages. diff --git a/.github/workflows/release-traefik.yaml b/.github/workflows/release-traefik.yaml index 90c362f..f469a8d 100644 --- a/.github/workflows/release-traefik.yaml +++ b/.github/workflows/release-traefik.yaml @@ -42,7 +42,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@c299e40c65443455700f0fdfc63efafe5b349051 + uses: docker/metadata-action@ed95091677497158a9ff38b314264cd965388d5e with: images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }} # This step uses the `docker/build-push-action` action to build the image, based on your repository's `Dockerfile`. If the build succeeds, it pushes the image to GitHub Packages.