Update .forgejo/workflows/publish.yml
All checks were successful
/ publish (push) Successful in 54s

This commit is contained in:
Aleks Rutins 2025-06-10 21:52:50 +00:00
parent 52756cbae4
commit 6ca60062ff

View file

@ -5,6 +5,6 @@ jobs:
runs-on: selfhosted
steps:
- uses: actions/checkout@v4
- run: podman manifest create --replace git.farthergate.com/asr/phlexite:latest
- run: podman manifest create -a 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}}'