pin plugins/docker to v19
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
a5b7a32359
commit
627728cb38
@ -28,7 +28,7 @@ platform:
|
|||||||
|
|
||||||
steps:
|
steps:
|
||||||
- name: dryrun
|
- name: dryrun
|
||||||
image: plugins/docker
|
image: plugins/docker:19
|
||||||
settings:
|
settings:
|
||||||
build_args:
|
build_args:
|
||||||
- BUILD_VERSION=${DRONE_TAG%-*}
|
- BUILD_VERSION=${DRONE_TAG%-*}
|
||||||
@ -58,7 +58,7 @@ steps:
|
|||||||
- dryrun
|
- dryrun
|
||||||
|
|
||||||
- name: publish-dockerhub
|
- name: publish-dockerhub
|
||||||
image: plugins/docker
|
image: plugins/docker:19
|
||||||
settings:
|
settings:
|
||||||
build_args:
|
build_args:
|
||||||
- BUILD_VERSION=${DRONE_TAG%-*}
|
- BUILD_VERSION=${DRONE_TAG%-*}
|
||||||
@ -76,7 +76,7 @@ steps:
|
|||||||
- tags
|
- tags
|
||||||
|
|
||||||
- name: publish-quay
|
- name: publish-quay
|
||||||
image: plugins/docker
|
image: plugins/docker:19
|
||||||
settings:
|
settings:
|
||||||
build_args:
|
build_args:
|
||||||
- BUILD_VERSION=${DRONE_TAG%-*}
|
- BUILD_VERSION=${DRONE_TAG%-*}
|
||||||
@ -185,6 +185,6 @@ depends_on:
|
|||||||
|
|
||||||
---
|
---
|
||||||
kind: signature
|
kind: signature
|
||||||
hmac: 97a62bacf999198051267fb01d859c7b514a667d4dd4e2c1872cd9ce121e1c3a
|
hmac: 453173319388c8adb70aaf171c622a91a9eb6a33c1497b981873e460a57c84e6
|
||||||
|
|
||||||
...
|
...
|
||||||
|
@ -9,5 +9,8 @@
|
|||||||
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
|
"# renovate: datasource=(?<datasource>\\S+) depName=(?<depName>\\S+)( versioning=(?<versioning>.*?))?\\nENV .*?_VERSION=\"\\${.*:-(?<currentValue>.*)}\"\\s"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"droneci": {
|
||||||
|
"enabled": false
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user