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

This commit is contained in:
Aleks Rutins 2025-06-10 21:41:51 +00:00
parent 3543f0cb91
commit 3deeda708c

View file

@ -6,5 +6,5 @@ jobs:
steps:
- uses: actions/checkout@v4
- 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
- run: podman build . -t git.farthergate.com/asr/phlexite-docker:latest
- run: podman push git.farthergate.com/asr/phlexite-docker:latest