mirror of
https://codeberg.org/unspeaker/tek.git
synced 2025-12-06 11:46:41 +01:00
try building on codeberg-small-lazy
This commit is contained in:
parent
610b6b4353
commit
e6ca672b3a
2 changed files with 4 additions and 1 deletions
|
|
@ -3,6 +3,7 @@ on:
|
||||||
tags: '*'
|
tags: '*'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
|
runs-on: codeberg-small-lazy
|
||||||
container: { image: "alpine:edge" }
|
container: { image: "alpine:edge" }
|
||||||
steps:
|
steps:
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -1,4 +1,6 @@
|
||||||
on: [push]
|
on:
|
||||||
|
push:
|
||||||
|
branches: '*'
|
||||||
jobs:
|
jobs:
|
||||||
build:
|
build:
|
||||||
container: { image: "alpine:edge" }
|
container: { image: "alpine:edge" }
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue