Commit Graph

8 Commits

Author SHA1 Message Date
Florian Brinker 5d14177f58 Change "target" label to "docker" 2021-05-10 18:23:41 +02:00
dev-docker 6aec325301 fix: make build.sh not rely on tag being latest
This introduces:
* an explicit check for the existence of the latest version tag
  * This way, we don't need to bother to have `nightly` or `dev` tags in place. The new check works by `curl` failing, if the target tag does not exist.
* more verbose output
  * This was just for debugging actually, but I believe it might help in the future.
* input parameters to the `build.sh` script
  * This allows for using the script also from other repos. I'd like to keep trying things without having to ask you for checking in Drone.io...
2021-05-10 15:17:20 +00:00
Florian Brinker e0d7e1b954 Re-enable exit
continuous-integration/drone Build is passing Details
2021-04-22 22:28:49 +02:00
Florian Brinker 1b88465f3f Add Download to Dockerfile for more transparency
continuous-integration/drone Build is passing Details
2021-04-22 22:27:46 +02:00
Florian Brinker 2c4c532dff Add published version/tag check to skip docker builds
continuous-integration/drone Build is passing Details
2021-04-21 23:51:08 +02:00
Florian Brinker b1afbbeaa0 Activate latest tag
continuous-integration/drone Build is passing Details
2021-03-20 18:41:30 +01:00
Florian Brinker ae1a1de727 Enable build script
continuous-integration/drone Build is passing Details
2021-03-20 18:34:53 +01:00
Florian Brinker 0bdcdfa673 Recreate container build and tagging
continuous-integration/drone Build is failing Details
2021-03-20 18:28:40 +01:00