.
This commit is contained in:
parent
c0023d69dc
commit
84f0dc3f41
1 changed files with 2 additions and 1 deletions
|
|
@ -51,11 +51,12 @@ steps:
|
|||
- cat r_build_latest.txt
|
||||
|
||||
- name: Build
|
||||
image: library/docker:26-dind-alpine3.20
|
||||
image: library/docker:26.1.4-dind-alpine3.20
|
||||
privileged: true
|
||||
environment:
|
||||
DOCKER_HOST: tcp://docker:2375
|
||||
commands: |
|
||||
cat /etc/hosts
|
||||
sleep 10
|
||||
docker version || true
|
||||
if [ ! -s r_build_latest.txt ] || [ ! "$(cat r-release-version.txt)" = "$(cat r_build_latest.txt)" ]; then
|
||||
|
|
|
|||
Loading…
Reference in a new issue