From f8c94c3e6b8b749e9e69a03676f09c9906283648 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 9917bcc..75b52da 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