From 0239eed9dc3c7d10b35864467bc5d56c14c5f5a3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Markus=20P=C3=B6schl?= Date: Fri, 27 Oct 2023 23:26:02 +0200 Subject: [PATCH] =?UTF-8?q?=F0=9F=91=B7=20Disable=20cleanup?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/build-team-image.yaml | 24 ++++++++++++------------ 1 file changed, 12 insertions(+), 12 deletions(-) diff --git a/.github/workflows/build-team-image.yaml b/.github/workflows/build-team-image.yaml index f1281ac..f88738d 100644 --- a/.github/workflows/build-team-image.yaml +++ b/.github/workflows/build-team-image.yaml @@ -90,16 +90,16 @@ jobs: tags: ${{ steps.docker_meta.outputs.tags }} labels: ${{ steps.docker_meta.outputs.labels }} - cleanup-images: - name: Cleanup untagged images from ghcr - if: ${{ github.event_name == 'push' }} - runs-on: ubuntu-latest - needs: find-team-changes - steps: + # cleanup-images: + # name: Cleanup untagged images from ghcr + # if: ${{ github.event_name == 'push' }} + # runs-on: ubuntu-latest + # needs: find-team-changes + # steps: - - name: 🗑️ Cleanup old untagged images - uses: dylanratcliffe/delete-untagged-containers@v1.2.3 - with: - org: ${{ github.repository_owner }} - token: ${{ secrets.HACKTOBERFEST2023_PAT }} - package_name: 'hacktoberfest-2023' \ No newline at end of file + # - name: 🗑️ Cleanup old untagged images + # uses: dylanratcliffe/delete-untagged-containers@v1.2.3 + # with: + # org: ${{ github.repository_owner }} + # token: ${{ secrets.HACKTOBERFEST2023_PAT }} + # package_name: 'hacktoberfest-2023' \ No newline at end of file