pin plugins/docker to v19
continuous-integration/drone/push Build is passing Details

This commit is contained in:
Robert Kaussow 2020-11-28 12:10:30 +01:00
parent d4402a8558
commit 0c22e6eb72
Signed by: xoxys
GPG Key ID: 65362AE74AF98B61
2 changed files with 8 additions and 5 deletions

View File

@ -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: 7a054ffb0918a7156e2fe351161a33e10f6adf64729226d4a6bdd8a2c0b6a6f2 hmac: 7907e0c25eb7549030f6343951155a19949113c204d346537ac1229cf578a029
... ...

View File

@ -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
}
} }