Fix podman setup (?)
Some checks failed
/ build-image (push) Has been cancelled

This commit is contained in:
Peter Cai 2024-02-15 14:25:22 -05:00
parent fc9a92c5ae
commit e569f1b2a6

View file

@ -12,10 +12,10 @@ jobs:
submodules: recursive
- name: Mask Secrets
run: 'echo "::add-mask::${{ secret.FORGEJO_TOKEN }}'
run: 'echo "::add-mask::${{ secrets.FORGEJO_TOKEN }}'
- name: Setup podman
run: |
id -a
apt-get update
apt-get install -y podman
podman login gitea.angry.im --password ${{ secrets.FORGEJO_TOKEN }}