Compare commits
1 Commits
8b945c8f90
...
v1
| Author | SHA1 | Date | |
|---|---|---|---|
|
4f4e5b22b8
|
2
build.sh
2
build.sh
@@ -1,7 +1,7 @@
|
|||||||
#!/bin/bash
|
#!/bin/bash
|
||||||
|
|
||||||
# build.sh checks if docker image with same sha256 exists remotely.
|
# build.sh checks if docker image with same sha256 exists remotely.
|
||||||
# if exists, do nothing, if not, build the image
|
# if exists, do nothing, if not, build the image.
|
||||||
|
|
||||||
commit_sha="${DRONE_COMMIT_SHA}"
|
commit_sha="${DRONE_COMMIT_SHA}"
|
||||||
image_path="${REGISTRY}${REGISTRY_PROJECT}"
|
image_path="${REGISTRY}${REGISTRY_PROJECT}"
|
||||||
|
|||||||
Reference in New Issue
Block a user