3741b92606
ci(docker_hub): fix rc release must be tagged 'dev'
...
A release candidate is not a stable release and therefore not
suitable for the 'latest' tag.
Tag a release candidate as 'dev'.
MR !9
2022-02-19 10:26:52 +09:30
3bca896c29
ci: Add dockerhub url to environment
...
MR !7
2022-02-18 14:25:56 +09:30
27ad07ead3
ci(docker_hub): fix dev push
...
Wasn't using the right cariable to check for dev push and the
commands were in the wrong order.
MR !5
2022-02-16 15:34:18 +09:30
aafd9acca9
ci(docker_hub): ensure build and DH push works on merge
...
fix the merge request dockerhub build.
var CI_COMMIT_BRANCH is not available in a merge request pipleine.
adjusted the pipline to run if development branch with a commit message
starting with Merge branch.
this enables usage of variable CI_COMMIT_BRANCH.
MR !4
2022-02-16 12:13:31 +09:30
3e30b2780e
refactor: ci code review suggestions
...
ensured the MR to dev would run for building the docker container.
MR !2
2022-02-16 11:46:54 +09:30
36808960ce
ci(docker_hub): push a dev and latest tag to docker hub
...
When a git tag occurs, the image will also be tagged 'latest' and be
pushed to docker hub.
When a merge request occurs on the development branch, the image
will also be tagged 'dev' and be pushed to dockerhub.
MR !2
2022-02-16 11:20:57 +09:30
76c899e285
ci(docker_hub): removed duplicate rules section
...
There were two rules sections, combined both into a single section.
MR !2
2022-02-16 11:07:30 +09:30
23830c8551
ci(docker_container): set to allow failure
...
The docker container does not need to be built as part
of the CI/CD process, as it's not used.
MR !2
2022-02-14 07:06:55 +00:00
99e61d0f11
ci(detached_pipeline): stop MR jobs
...
MR !1
2022-02-14 06:01:52 +00:00
f80c02ba15
ci(build): Added docker container build job
...
Builds the container and pushes to local gitlab registry
MR !1
2022-02-14 14:30:54 +09:30
b536a5e4b4
ci(gitlab-ci): updated to current dev commit
...
required that md lint works and that the correct nfc_bot details display.
MR !1
2022-02-14 11:41:01 +09:30
4a6f36d078
ci(gitlab-ci): added gitlab CI v0.6.1rc0
...
issue #1
2022-02-12 09:14:19 +09:30