Compare commits

...

2 Commits

Author SHA1 Message Date
github-actions[bot] c7a4b1a3ad
Merge pull request #11 from dcarrillo/1.19.1 2020-07-11 10:36:33 +00:00
Daniel Carrillo 3c428fabfe Bump nginx version to 1.19.1 2020-07-11 12:34:12 +02:00
3 changed files with 32 additions and 2 deletions

30
.github/workflows/automerge.yml vendored Normal file
View File

@ -0,0 +1,30 @@
name: automerge
on:
pull_request:
types:
- labeled
- unlabeled
- synchronize
- opened
- edited
- ready_for_review
- reopened
- unlocked
pull_request_review:
types:
- submitted
check_suite:
types:
- completed
status: {}
jobs:
automerge:
runs-on: ubuntu-latest
steps:
- name: automerge
uses: "pascalgn/automerge-action@4536e8847eb62fe2f0ee52c8fa92d17aa97f932f"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_RETRIES: 30
MERGE_RETRY_SLEEP: 10000
MERGE_METHOD: merge

View File

@ -15,7 +15,7 @@ jobs:
- uses: actions/checkout@v1
- name: shellcheck
uses: azohra/shell-linter@v0.3.0
uses: azohra/shell-linter@v0.4.0
- name: hadolint
uses: brpaz/hadolint-action@master

View File

@ -1,3 +1,3 @@
NGINX_VERSION=1.18.0
NGINX_VERSION=1.19.1
NGX_GEOIP2_VERSION=3.3
DOCKER_IMAGE=dcarrillo/nginx