Use default container
This commit is contained in:
parent
40f889a3ee
commit
53fbcf6baa
|
@ -12,7 +12,6 @@ jobs:
|
|||
container:
|
||||
name: Build Docker image
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
@ -7,7 +7,6 @@ jobs:
|
|||
check:
|
||||
name: Run pre-commit checks
|
||||
runs-on: ubuntu-latest
|
||||
container: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v4
|
||||
|
|
Loading…
Reference in New Issue
Block a user