mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 11:02:03 -05:00
14 lines
233 B
YAML
14 lines
233 B
YAML
---
|
|
name: build
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
build:
|
|
name: Build and push docker image
|
|
runs-on: docker
|
|
container: alpine:3.19
|
|
steps:
|
|
- name: Check out the repo
|
|
uses: actions/checkout@v4
|