minecraft-exporter/.gitlab-ci.yml

12 lines
222 B
YAML
Raw Normal View History

2023-10-23 06:40:44 +02:00
default:
before_script:
2023-10-23 06:45:28 +02:00
- sudo docker info
2023-10-23 06:40:44 +02:00
build_image:
script:
2023-10-23 06:57:37 +02:00
- sudo docker build -t git.0w.tf/milka64/minecraft-exporter .
push_image:
script:
2023-10-23 07:06:46 +02:00
- sudo docker push git.0w.tf/milka64/minecraft-exporter