ci: add steps
Some checks failed
build / build (push) Failing after 6s

This commit is contained in:
Viktor Varland 2024-02-02 15:58:53 +01:00
parent df77c050df
commit 2a78cd571f
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -5,7 +5,8 @@ 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 .
podman push meatbag/caddy
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