infra/.forgejo/workflows/render-servo.yml
Gabriel Simmer a91f1ec4b2
Some checks failed
Build Servo Image / build (push) Failing after 2s
CI for building Servo docker image
2024-08-01 11:17:49 +01:00

24 lines
571 B
YAML

name: Build Servo Image
on:
schedule:
- cron: "0 1 * * *"
push:
paths:
- 'dockerfiles/Dockerfile.servo'
- '.forgejo/workflows/render-servo.yml'
jobs:
build:
runs-on: vancouver
steps:
- name: Checkout code
uses: actions/checkout@v3.5.3
with:
ref: trunk
- name: Buildah Action
uses: https://github.com/redhat-actions/buildah-build@v2
with:
image: git.gmem.ca/arch/servo
tags: latest $(date -I)
containerfiles: |
./dockerfiles/Dockerfile.servo