diff --git a/.github/workflows/gitlab-container-image-cleanup-pr-tag.yml b/.github/workflows/gitlab-container-image-cleanup-pr-tag.yml index 43a6b80..6edf34a 100644 --- a/.github/workflows/gitlab-container-image-cleanup-pr-tag.yml +++ b/.github/workflows/gitlab-container-image-cleanup-pr-tag.yml @@ -8,7 +8,7 @@ name: Delete closed PR container image tag jobs: cleanup-pr-tag: - uses: ubuntu-latest + runs-on: ubuntu-latest steps: - name: Set image version for PR to branch name run: echo "VERSION=${GITHUB_HEAD_REF//\//-}" >> ${GITHUB_ENV}