Migrate to gitea-actions + add deno to runtime
All checks were successful
ci / docker (push) Successful in 3m34s
All checks were successful
ci / docker (push) Successful in 3m34s
This commit is contained in:
14
.gitea/workflows/docker.yaml
Normal file
14
.gitea/workflows/docker.yaml
Normal file
@@ -0,0 +1,14 @@
|
||||
name: ci
|
||||
|
||||
on:
|
||||
push:
|
||||
|
||||
jobs:
|
||||
docker:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- name: Build and push
|
||||
uses: docker/build-push-action@v6
|
||||
with:
|
||||
push: false
|
||||
tags: klmp200/radio-bullshit:latest
|
||||
Reference in New Issue
Block a user