diff --git a/.github/workflows/cleanup-tags.yml b/.github/workflows/cleanup-tags.yml index 321c86cc1..8c2ef87d9 100644 --- a/.github/workflows/cleanup-tags.yml +++ b/.github/workflows/cleanup-tags.yml @@ -19,6 +19,10 @@ on: - ".github/scripts/github.py" - ".github/scripts/common.py" +concurrency: + group: registry-tags-cleanup + cancel-in-progress: false + jobs: cleanup: name: Cleanup Image Tags @@ -32,7 +36,7 @@ jobs: uses: actions/checkout@v3 - name: Login to Github Container Registry - uses: docker/login-action@v1 + uses: docker/login-action@v2 with: registry: ghcr.io username: ${{ github.actor }}