diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index c3044bd6d0..5e1044e827 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -8,14 +8,14 @@ jobs: source: runs-on: ubuntu-latest container: - image: ghcr.io/cockpit-project/unit-tests + image: quay.io/cockpit/tasks:latest options: --user root permissions: # create GitHub release contents: write steps: - name: Clone repository - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: fetch-depth: 0