phlexite-docker-build/.forgejo/workflows/publish.yml
asr 74c419d461
All checks were successful
/ publish (push) Successful in 14s
Back to other image name
2025-06-10 21:48:41 +00:00

9 lines
No EOL
304 B
YAML

on: [push]
jobs:
publish:
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}}'