测试CI
This commit is contained in:
parent
dbfc32309a
commit
ed775da726
|
@ -5,10 +5,6 @@ on: [push]
|
|||
jobs:
|
||||
Explore-Gitea-Actions:
|
||||
runs-on: server
|
||||
container:
|
||||
image: ghcr.io/catthehacker/ubuntu:act-latest
|
||||
volumes:
|
||||
- /run/docker.sock:/run/docker.sock
|
||||
steps:
|
||||
- run: docker build --pull --rm -f "Dockerfile" -t website-v1:latest "."
|
||||
- run: docker rm -f website-v1 || true
|
||||
|
|
Loading…
Reference in New Issue