Test podman
Some checks failed
/ build-image (push) Failing after 28s

This commit is contained in:
Peter Cai 2024-02-15 14:33:16 -05:00
parent 69c32bb4f3
commit a0f1b19adf

View file

@ -20,5 +20,8 @@ jobs:
apt-get install -y podman
podman login gitea.angry.im --username PeterCxy --password ${{ secrets.FORGEJO_TOKEN }}
- name: Confirm Podman works
run: podman run --rm hello-world
- name: Build & Push
run: ./build-image.sh element-web