ci: podman should be available
Some checks failed
build / build (push) Failing after 2s

This commit is contained in:
Viktor Varland 2024-02-02 16:27:14 +01:00
parent b70675a952
commit 4074ef90d4
Signed by: varl
GPG key ID: 7459F0B410115EE8

View file

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