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