This commit is contained in:
AaronHux 2024-05-24 16:46:50 +08:00
parent d33ec7dfdd
commit db2e08bb8a
1 changed files with 4 additions and 3 deletions

View File

@ -4,9 +4,10 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: server container: runs-on: server
volumes: container:
- /run/docker.sock:/run/docker.sock volumes:
- /run/docker.sock:/run/docker.sock
steps: steps:
- run: docker build --pull --rm -f "Dockerfile" -t website-v1:latest "." - run: docker build --pull --rm -f "Dockerfile" -t website-v1:latest "."
- run: docker rm -f website-v1 || true - run: docker rm -f website-v1 || true