farthergate.com/.forgejo/workflows/publish.yml
Aleks Rutins 13516439e6
Some checks failed
/ deploy (push) Successful in 31s
/ publish (push) Failing after 8s
Fix arch
2025-06-11 18:06:42 -04:00

10 lines
417 B
YAML

on: [push]
jobs:
publish:
runs-on: selfhosted
steps:
- uses: actions/checkout@v4
- run: podman manifest create -a git.farthergate.com/asr/farthergate.com:latest
- run: podman build --platform linux/amd64 --manifest git.farthergate.com/asr/farthergate.com:latest .
- run: podman manifest push git.farthergate.com/asr/farthergate.com:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}'