Continue
This commit is contained in:
parent
b6622118d5
commit
719643182e
1 changed files with 2 additions and 4 deletions
|
@ -3,10 +3,8 @@ on: [push]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
runs-on: ubuntu-latest
|
runs-on: catthehacker/ubuntu:act-latest
|
||||||
steps:
|
steps:
|
||||||
- name: install docker
|
|
||||||
run: curl -fsSL https://get.docker.com | sh
|
|
||||||
-
|
-
|
||||||
name: checkout
|
name: checkout
|
||||||
uses: actions/checkout@v4
|
uses: actions/checkout@v4
|
||||||
|
@ -15,7 +13,7 @@ jobs:
|
||||||
run: docker compose build
|
run: docker compose build
|
||||||
-
|
-
|
||||||
name: up
|
name: up
|
||||||
run: docker compose up
|
run: docker compose up -d
|
||||||
-
|
-
|
||||||
name: prune
|
name: prune
|
||||||
run: docker image prune
|
run: docker image prune
|
Loading…
Add table
Reference in a new issue