ci: go go go
Some checks failed
build / build (push) Failing after 12s

This commit is contained in:
Viktor Varland 2024-02-02 16:05:26 +01:00
parent 2a78cd571f
commit ea06537778
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -7,6 +7,7 @@ jobs:
runs-on: debian
steps:
- run: |
apt-get update && apt-get -y install podman
echo "${{ secrets.MEATBAG_REGISTRY_TOKEN }}" | podman login --username registry --password-stdin registry.meatbag.se
podman build -t meatbag/caddy:latest .
podman push meatbag/caddy