ci: split steps
All checks were successful
build / build (push) Successful in 2m56s

This commit is contained in:
Viktor Varland 2024-02-02 20:41:38 +01:00
parent 15b06b316d
commit 602522f0fe
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

@ -7,7 +7,6 @@ jobs:
runs-on: podman runs-on: podman
steps: steps:
- uses: actions/checkout@v3 - uses: actions/checkout@v3
- run: | - run: podman login --username registry --password ${{ secrets.MEATBAG_REGISTRY_TOKEN }} registry.meatbag.se
podman login --username registry --password ${{ secrets.MEATBAG_REGISTRY_TOKEN }} registry.meatbag.se - run: podman build -t meatbag/caddy:latest .
podman build -t meatbag/caddy:latest . - run: podman push meatbag/caddy registry.meatbag.se/meatbag/caddy
podman push meatbag/caddy registry.meatbag.se/meatbag/caddy