Test
All checks were successful
/ build-image (push) Successful in 18s

This commit is contained in:
Peter Cai 2024-02-15 14:22:19 -05:00
parent c3027f071d
commit 3898c23f13

View file

@ -16,5 +16,7 @@ jobs:
- name: Setup podman
run: |
apt-get update && apt-get install -y podman && \
id -a
apt-get update
apt-get install -y podman
podman login gitea.angry.im --password ${{ secret.FORGEJO_TOKEN }}