diff --git a/.github/workflows/release-clickhouse.yml b/.github/workflows/release-clickhouse.yml index 1ac04ad..8e34c2e 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@a60f0f62b5c12316066c8db464bfb2faafd7907b 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..d77b860 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@a60f0f62b5c12316066c8db464bfb2faafd7907b 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..49fbad8 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@a60f0f62b5c12316066c8db464bfb2faafd7907b 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..f5047fd 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@a60f0f62b5c12316066c8db464bfb2faafd7907b 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.