9 lines
No EOL
318 B
YAML
9 lines
No EOL
318 B
YAML
on: [push]
|
|
|
|
jobs:
|
|
publish:
|
|
runs-on: selfhosted
|
|
steps:
|
|
- uses: actions/checkout@v4
|
|
- run: podman build . -t git.farthergate.com/asr/phlexite-docker:latest
|
|
- run: podman push git.farthergate.com/asr/phlexite-docker:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}' |