Commit Graph

15 Commits

Author SHA1 Message Date
argoyle 3aa798cf11 fix(ci): add default CI template for improved workflow
Updates the GitLab CI configuration to include the default CI 
template. This change ensures consistent and optimized pipeline 
behaviors across projects by leveraging the provided defaults, 
enhancing the overall CI/CD process.
2025-06-23 13:43:42 +02:00
argoyle 52d79599b6 ci: remove unnecessary variables and services from CI config
Simplify the CI configuration by removing the unused DOCKER_HOST 
variable and the Docker service. This streamlines the build process 
and eliminates potential points of failure, enhancing overall reliability.
2024-12-05 10:52:04 +01:00
argoyle 8d29a47031 ci: add release flow 2024-10-05 21:11:10 +02:00
argoyle 231ba128da ci: move build inside Dockerfile 2023-02-10 10:53:22 +01:00
argoyle e91a7cc437 ci: use Docker DinD version from variable 2023-02-09 21:47:35 +01:00
argoyle d1e5532c97 Use CI_COMMIT_REF_NAME instead of CI_COMMIT_REF_SLUG since SLUG replaces dots with dashes 2019-03-12 13:08:47 +01:00
argoyle b09909928f Also tag and push image with git SHA 2019-03-12 12:51:16 +01:00
argoyle 02c77d19f5 Actually tag the image with latest before trying to push it 2019-03-12 12:48:05 +01:00
argoyle b9129e9ec9 Change name of release artifact and update Dockerfile to use artifact from previous step 2019-03-12 12:37:47 +01:00
argoyle 96b25fd432 Remove -mod=readonly from fmt and vet 2019-03-12 12:30:22 +01:00
argoyle 2efe8e2be0 Move docker login to stages where docker image is used 2019-03-12 12:24:55 +01:00
argoyle ac6861c73d Fix pipeline 2019-03-12 12:22:27 +01:00
argoyle 18ab01aae9 Move stuff to .gitlabci.yml and simplify Dockerfile 2019-03-12 12:19:09 +01:00
argoyle 52f16bf1bc Improve caching 2019-03-12 11:11:53 +01:00
argoyle 64662a28ce Initial commit 2019-03-11 19:30:52 +01:00