Compare commits
10 Commits
master
..
699e2f250f
| Author | SHA1 | Date | |
|---|---|---|---|
| 699e2f250f | |||
|
e642388a4b
|
|||
|
a981d1a9c6
|
|||
|
d749faef60
|
|||
|
c4b40c1569
|
|||
|
d65e0b4d6e
|
|||
| 66aafecb6e | |||
| 96763b0432 | |||
| edc827d0eb | |||
| dd3fb94839 |
@@ -3,6 +3,7 @@ name: Docker Build and Push
|
|||||||
on:
|
on:
|
||||||
pull_request:
|
pull_request:
|
||||||
push:
|
push:
|
||||||
|
branches: [master]
|
||||||
schedule:
|
schedule:
|
||||||
- cron: '30 3 * * 3'
|
- cron: '30 3 * * 3'
|
||||||
|
|
||||||
|
|||||||
@@ -3,7 +3,6 @@ FROM python:3.7-alpine
|
|||||||
ARG BUILD_DATE
|
ARG BUILD_DATE
|
||||||
ARG VCS_REF
|
ARG VCS_REF
|
||||||
ARG VERSION
|
ARG VERSION
|
||||||
ARG ANSIBLE_REVIEW_VERSION=0.13.9
|
|
||||||
|
|
||||||
# hadolint ignore=DL3018
|
# hadolint ignore=DL3018
|
||||||
RUN apk --no-cache add --virtual build-dependencies \
|
RUN apk --no-cache add --virtual build-dependencies \
|
||||||
|
|||||||
@@ -1,16 +0,0 @@
|
|||||||
{
|
|
||||||
"$schema": "https://docs.renovatebot.com/renovate-schema.json",
|
|
||||||
"gitlabci": {
|
|
||||||
"enabled": false
|
|
||||||
},
|
|
||||||
"customManagers": [
|
|
||||||
{
|
|
||||||
"customType": "regex",
|
|
||||||
"description": "Track ansible-review pip version from ARG in Dockerfile",
|
|
||||||
"managerFilePatterns": ["/^Dockerfile$/"],
|
|
||||||
"matchStrings": ["ARG ANSIBLE_REVIEW_VERSION=(?<currentValue>[\\d.]+)\\n"],
|
|
||||||
"depNameTemplate": "ansible-review",
|
|
||||||
"datasourceTemplate": "pypi"
|
|
||||||
}
|
|
||||||
]
|
|
||||||
}
|
|
||||||
Reference in New Issue
Block a user