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

This commit is contained in:
Aleks Rutins 2025-06-10 21:51:25 +00:00
parent 74c419d461
commit 183b0b5396

View file

@ -5,5 +5,6 @@ jobs:
runs-on: selfhosted
steps:
- uses: actions/checkout@v4
- run: podman build . -t git.farthergate.com/asr/phlexite:latest
- run: podman push git.farthergate.com/asr/phlexite:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}'
- run: podman manifest create git.farthergate.com/asr/phlexite:latest
- run: podman build --platform linux/amd64,linux/arm64 --manifest git.farthergate.com/asr/phlexite:latest .
- run: podman manifest push git.farthergate.com/asr/phlexite:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}'