ci: run on debian
Some checks failed
build / build (push) Failing after 0s

This commit is contained in:
Viktor Varland 2024-02-02 15:57:46 +01:00
parent f339f02044
commit df77c050df
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -4,6 +4,7 @@ on: [push]
jobs:
build:
runs-on: debian
run: |
echo "${{ secrets.MEATBAG_REGISTRY_TOKEN }}" | podman login --username registry --password-stdin registry.meatbag.se
podman build -t meatbag/caddy:latest .