caddy/.gitea/workflows/build.yaml
Viktor Varland ab80a6e105
Some checks failed
build / build (push) Failing after 3s
ci: podman runs-on
2024-02-02 16:38:26 +01:00

13 lines
344 B
YAML

name: build
run-name: ${{ gitea.actor }} is building caddy
on: [push]
jobs:
build:
runs-on: podman
steps:
- run: |
echo "${{ secrets.MEATBAG_REGISTRY_TOKEN }}" | podman login --username registry --password-stdin registry.meatbag.se
podman build -t meatbag/caddy:latest .
podman push meatbag/caddy