This commit is contained in:
AaronHux 2024-05-24 23:38:25 +08:00
parent ed775da726
commit 0d09086f7b
1 changed files with 3 additions and 0 deletions

View File

@ -5,6 +5,9 @@ on: [push]
jobs:
Explore-Gitea-Actions:
runs-on: server
container:
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