mirror of
https://forgejo.merr.is/annika/isl-api.git
synced 2025-12-11 15:37:46 -05:00
13 lines
206 B
YAML
13 lines
206 B
YAML
---
|
|
name: build
|
|
on:
|
|
push:
|
|
branches:
|
|
- main
|
|
jobs:
|
|
build:
|
|
name: Build and push docker image
|
|
runs-on: docker
|
|
steps:
|
|
- name: Check out the repo
|
|
uses: actions/checkout@v4
|