docker-image-publish
Advanced tools
Comparing version 0.2.0 to 0.2.1
{ | ||
"name": "docker-image-publish", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "A script to build, tag and publish docker images with version labels and dev suffix, base on the source git branch.", | ||
@@ -5,0 +5,0 @@ "docker-repo": "registry.example.com,gcr.io/my-id", |
@@ -41,4 +41,4 @@ Docker Image Publish | ||
* `--latest`: Adds a "latest" tag to the publishing list. | ||
* `--append-commit-hash`: Adds the current git's commit hash to all tag names (but on latest). | ||
* `--append-timestamp`: Adds the current UTC time to all tag names (but on latest). | ||
* `--append-commit-hash`: Adds the current git's commit hash to the full version tag. | ||
* `--append-timestamp`: Adds the current UTC time to the full version tag. | ||
@@ -45,0 +45,0 @@ If you want to know what you will get published, you can run `docker-build-info` and you will see someting alike: |
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
7187