Update .forgejo/workflows/publish.yml
Some checks failed
/ publish (push) Failing after 12s

This commit is contained in:
Aleks Rutins 2025-06-10 21:40:53 +00:00
parent 534e6a19c4
commit 3543f0cb91

View file

@ -5,5 +5,6 @@ jobs:
runs-on: selfhosted
steps:
- uses: actions/checkout@v4
- run: podman build . -t quay.io/aspr/phlexite:latest
- run: podman push quay.io/aspr/phlexite:latest -u=aleksrutins -p='${{secrets.QUAY_PASSWORD}}'
- run: podman login git.farthergate.com -u=asr -p='${{secrets.FORGEJO_TOKEN}}'
- run: podman build . -t git.farthergate.com/asr/phlexite:latest
- run: podman push git.farthergate.com/asr/phlexite:latest