diff --git a/.github/workflows/release.yml.disabled b/.github/workflows/release.yml.disabled index 5a5d46a..a7bbf6b 100644 --- a/.github/workflows/release.yml.disabled +++ b/.github/workflows/release.yml.disabled @@ -11,14 +11,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