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:
|
||||
build:
|
||||
runs-on: ubuntu-latest
|
||||
runs-on: catthehacker/ubuntu:act-latest
|
||||
steps:
|
||||
- name: install docker
|
||||
run: curl -fsSL https://get.docker.com | sh
|
||||
-
|
||||
name: checkout
|
||||
uses: actions/checkout@v4
|
||||
|
@ -15,7 +13,7 @@ jobs:
|
|||
run: docker compose build
|
||||
-
|
||||
name: up
|
||||
run: docker compose up
|
||||
run: docker compose up -d
|
||||
-
|
||||
name: prune
|
||||
run: docker image prune
|
Loading…
Add table
Reference in a new issue