mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 16:45:31 -05:00
A Whole Bunch Of Changes
This commit is contained in:
parent
eb45c2fae4
commit
0122fb76f1
11 changed files with 209 additions and 20 deletions
|
|
@ -1,7 +1,14 @@
|
|||
---
|
||||
on: [push]
|
||||
name: build
|
||||
on:
|
||||
push:
|
||||
branches:
|
||||
- main
|
||||
jobs:
|
||||
test:
|
||||
build:
|
||||
name: Build and push docker image
|
||||
runs-on: docker
|
||||
container: alpine:3.19
|
||||
steps:
|
||||
- run: echo All Good!
|
||||
- name: Check out the repo
|
||||
uses: actions/checkout@v4
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue