1
0
Fork 0
mirror of https://gitlab.com/futo-org/fcast.git synced 2025-06-24 21:25:23 +00:00

Gitlab CI Testing

This commit is contained in:
Michael Hollister 2024-10-19 11:15:25 -05:00
parent 6efd6c1bf1
commit bec6202eb1

View file

@ -5,6 +5,7 @@ buildDockerContainer:
before_script:
- cd receivers/electron
script:
- echo "$CI_REGISTRY_PASSWORD" | docker login $CI_REGISTRY -u $CI_REGISTRY_USER --password-stdin
- docker build -t gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev .
- docker push gitlab.futo.org:5050/videostreaming/fcast/receiver-electron-dev