From 5602031b679d3ff314ac331533622b92d8fec0c0 Mon Sep 17 00:00:00 2001 From: Trenton H Date: Wed, 12 Oct 2022 10:30:55 -0700 Subject: [PATCH] Updates to the Docker login v2 action, adds workflow level concurrency --- .github/workflows/cleanup-tags.yml | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) 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 }}