diff --git a/.github/workflows/delete-old-versions-in-archive.yml b/.github/workflows/delete-old-versions-in-archive.yml index f917dff1a50e..1ee35ec0ff75 100644 --- a/.github/workflows/delete-old-versions-in-archive.yml +++ b/.github/workflows/delete-old-versions-in-archive.yml @@ -18,7 +18,7 @@ jobs: runs-on: ubuntu-latest container: - image: fedora:latest + image: almalinux:8 env: GITHUB_EVENT_NAME: ${{ github.event_name }} CLOUDSMITH_API_TOKEN: ${{ secrets.CLOUDSMITH_API_TOKEN }}