Skip to content

Commit

Permalink
revert container usage
Browse files Browse the repository at this point in the history
  • Loading branch information
EgorPopelyaev committed Jan 7, 2025
1 parent 0a5b07a commit 249bfbc
Show file tree
Hide file tree
Showing 4 changed files with 0 additions and 10 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/cli-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 0 additions & 4 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down
2 changes: 0 additions & 2 deletions .github/workflows/verify.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 249bfbc

Please sign in to comment.