Fix subuid/subgid before testing podman
Some checks failed
/ build-image (push) Failing after 23s

This commit is contained in:
Peter Cai 2024-02-15 14:50:13 -05:00
parent 68f2d6830a
commit 17b18b01bb

View file

@ -12,15 +12,15 @@ jobs:
run: |
apk add git podman
- name: Setup podman
run: |
podman login gitea.angry.im --username PeterCxy --password ${{ secrets.FORGEJO_TOKEN }}
- name: Fixup subuid/subgid
run: |
echo 'root:1:999' > /etc/subuid
echo 'root:1:999' > /etc/subgid
- name: Setup podman
run: |
podman login gitea.angry.im --username PeterCxy --password ${{ secrets.FORGEJO_TOKEN }}
- name: Repository Checkout
uses: https://gitea.angry.im/actions/checkout@v3
with: