feat: add Dockerfile and build pipeline
This commit is contained in:
9
.gitea/workflows/docker.yaml
Normal file
9
.gitea/workflows/docker.yaml
Normal file
@@ -0,0 +1,9 @@
|
||||
name: Build Docker Container
|
||||
run-name: ${{ gitea.actor }} is building container
|
||||
on: [push]
|
||||
|
||||
jobs:
|
||||
Build-Container-Image:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: docker build -t alexohneander/alexohneander-zola:latest .
|
Reference in New Issue
Block a user