From a451ccd08ab8b1f9322939fa8f34c661822339f3 Mon Sep 17 00:00:00 2001 From: Harald Hoyer Date: Fri, 9 Feb 2024 13:36:37 +0100 Subject: [PATCH] chore: do not publish containers to ghcr.io anymore Signed-off-by: Harald Hoyer --- .github/workflows/container.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/container.yml b/.github/workflows/container.yml index 9917bcc6..75b52da9 100644 --- a/.github/workflows/container.yml +++ b/.github/workflows/container.yml @@ -44,7 +44,6 @@ jobs: with: file: ${{ matrix.config.dockerfile }} tags: | - ghcr.io/${{env.repository_owner}}/${{ github.event.repository.name }}-${{ matrix.config.tag }} matterlabsrobot/${{ matrix.config.repository }}:latest cache-from: type=gha cache-to: type=gha,mode=max,ignore-error=true