phlexite-docker/.forgejo/workflows/publish.yml
Aleks Rutins 0c7bc5abe0
Some checks failed
/ publish (push) Failing after 8s
Get some code written
2025-06-11 17:59:32 -04:00

10 lines
433 B
YAML

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