added fg logo and improved drone.yml
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
0499617ec1
commit
1ac65dc159
@ -35,8 +35,7 @@ steps:
|
||||
- export BUILD_TARGET=wizewerx/${DRONE_REPO_NAME}:${DRONE_COMMIT_BRANCH}
|
||||
- export PULL_IMAGE=`docker manifest inspect $BUILD_TARGET > /dev/null;echo $?`
|
||||
- if [[ "$PULL_IMAGE" -eq 0 ]]; then docker pull $BUILD_TARGET ;fi
|
||||
- echo ${DRONE_COMMIT_SHA} > ./version.txt
|
||||
- docker build --cache-from $BUILD_TARGET --build-arg GEM_CACHE=$BUILD_TARGET -f ./docker/Dockerfile -t $BUILD_TARGET .
|
||||
- docker build --cache-from $BUILD_TARGET --build-arg GEM_CACHE=$BUILD_TARGET -f ./Dockerfile -t $BUILD_TARGET .
|
||||
- docker push $BUILD_TARGET
|
||||
when:
|
||||
branch:
|
||||
|
Loading…
x
Reference in New Issue
Block a user