diff --git a/.github/workflows/cli-test.yml b/.github/workflows/cli-test.yml index 9bf911865..e2aea534f 100644 --- a/.github/workflows/cli-test.yml +++ b/.github/workflows/cli-test.yml @@ -10,8 +10,6 @@ on: jobs: test: runs-on: ubuntu-latest - container: - image: docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-11-19-v202411281558 steps: - name: 🛎 Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 5f9acb482..6d7c3c485 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -8,8 +8,6 @@ on: jobs: deploy: runs-on: ubuntu-latest - container: - image: docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-11-19-v202411281558 steps: - name: 🛎 Checkout diff --git a/.github/workflows/update.yml b/.github/workflows/update.yml index 235fb43cf..370d7a8ce 100644 --- a/.github/workflows/update.yml +++ b/.github/workflows/update.yml @@ -12,8 +12,6 @@ env: jobs: update: runs-on: ubuntu-latest - container: - image: docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-11-19-v202411281558 steps: - name: 🛎 Checkout uses: actions/checkout@v4 @@ -87,8 +85,6 @@ jobs: check-deployment: runs-on: ubuntu-latest - container: - image: docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-11-19-v202411281558 steps: - name: 🛎 Checkout uses: actions/checkout@v4 diff --git a/.github/workflows/verify.yml b/.github/workflows/verify.yml index 505a71e4a..946d92448 100644 --- a/.github/workflows/verify.yml +++ b/.github/workflows/verify.yml @@ -11,8 +11,6 @@ on: jobs: verify: runs-on: ubuntu-latest - container: - image: docker.io/paritytech/ci-unified:bullseye-1.81.0-2024-11-19-v202411281558 steps: - name: 🛎 Checkout