website/.forgejo/workflows/build.yaml
Nick Seguin 3e313c4943
All checks were successful
build / deploy (push) Successful in 1m0s
update build/deploy pipelines
2024-02-25 17:26:44 -06:00

16 lines
No EOL
332 B
YAML

name: build
on:
push:
branches:
- main
jobs:
deploy:
runs-on: docker
container:
image: nseguin42/forgejo-runner:ubuntu
env:
DOCKER_HOST: tcp://0.0.0.0:2375
steps:
- uses: actions/checkout@v4
- name: docker build
run: docker build -t nseguin42/website:${{ github.sha }} .