This commit is contained in:
AaronHux 2024-05-24 23:37:51 +08:00
parent dbfc32309a
commit ed775da726
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ on: [push]
jobs: jobs:
Explore-Gitea-Actions: Explore-Gitea-Actions:
runs-on: server runs-on: server
container:
image: ghcr.io/catthehacker/ubuntu:act-latest
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