fix/ci-tag #47

Merged
magnetotail merged 4 commits from fix/ci-tag into master 2023-06-22 18:38:35 +02:00

4 Commits

Author SHA1 Message Date
mightypanders 777ae330ad remove master branch restriction on docker-build
Compile the repository / compile (pull_request) Successful in 10s Details
since the pipeline is only ever called on a tag, which will by convention only be committed to the master branch, we can be reasonably sure
that we are on the correct branch.
Tags are independent on branches which makes it impossible to check for tag AND master branch ref at the same time.
2023-06-19 23:34:25 +02:00
mightypanders 111ccaa880 simplify the test compile
Compile the repository / compile (pull_request) Successful in 11s Details
2023-06-19 23:28:39 +02:00
mightypanders c00453d3d3 push all tags of an image
Compile the repository / compile (pull_request) Successful in 11s Details
2023-06-19 23:26:56 +02:00
mightypanders 8a7973a2e3 compile only on PR 2023-06-19 23:26:41 +02:00