Skip to content

Commit

Permalink
👷 Disable cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Markus Pöschl committed Oct 27, 2023
1 parent 71d06ed commit 0239eed
Showing 1 changed file with 12 additions and 12 deletions.
24 changes: 12 additions & 12 deletions .github/workflows/build-team-image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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'
# - 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'

0 comments on commit 0239eed

Please sign in to comment.