Back to other image name
All checks were successful
/ publish (push) Successful in 14s

This commit is contained in:
Aleks Rutins 2025-06-10 21:48:41 +00:00
parent ca12634fc4
commit 74c419d461

View file

@ -5,5 +5,5 @@ jobs:
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}}'
- run: podman build . -t git.farthergate.com/asr/phlexite:latest
- run: podman push git.farthergate.com/asr/phlexite:latest --creds=asr:'${{secrets.PACKAGES_SECRET}}'