phlexite-docker-build/.forgejo/workflows/publish.yml
asr 6ca60062ff
All checks were successful
/ publish (push) Successful in 54s
Update .forgejo/workflows/publish.yml
2025-06-10 21:52:50 +00:00

10 lines
No EOL
442 B
YAML

on: [push]
jobs:
publish:
runs-on: selfhosted
steps:
- uses: actions/checkout@v4
- 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}}'