cleanup image builder
Some checks failed
Test and Build Docker Image / Build-Image (push) Failing after 2m29s
Some checks failed
Test and Build Docker Image / Build-Image (push) Failing after 2m29s
This commit is contained in:
@@ -2,22 +2,6 @@ name: Test and Build Docker Image
|
|||||||
run-name: 🐋
|
run-name: 🐋
|
||||||
on: [push]
|
on: [push]
|
||||||
jobs:
|
jobs:
|
||||||
Test-Build:
|
|
||||||
runs-on: ubuntu-latest
|
|
||||||
container:
|
|
||||||
image: catthehacker/ubuntu:act-latest
|
|
||||||
steps:
|
|
||||||
- name: Check out repository code
|
|
||||||
uses: actions/checkout@v3
|
|
||||||
- run: echo "💡 The ${{ gitea.repository }} repository has been cloned to the runner."
|
|
||||||
- name: List files in the repository
|
|
||||||
run: |
|
|
||||||
ls ${{ gitea.workspace }}
|
|
||||||
- run: python --version
|
|
||||||
- run: pip --version
|
|
||||||
- run: pip install -r requirements.txt
|
|
||||||
- run: cat /etc/resolv.conf
|
|
||||||
|
|
||||||
Build-Image:
|
Build-Image:
|
||||||
runs-on: ubuntu-latest
|
runs-on: ubuntu-latest
|
||||||
container:
|
container:
|
||||||
|
|||||||
Reference in New Issue
Block a user