Enhance dockerfiles (#523)

Co-authored-by: CrazyMax <crazy-max@users.noreply.github.com>
This commit is contained in:
CrazyMax
2021-12-25 22:38:58 +01:00
committed by GitHub
parent 65455b04f7
commit a7e9a40fed
11 changed files with 164 additions and 173 deletions

View File

@@ -6,19 +6,7 @@ on:
- 'master'
tags:
- 'v*'
paths-ignore:
- '**.md'
- '.github/workflows/docs.yml'
- 'docs/**'
- 'mkdocs.yml'
pull_request:
branches:
- 'master'
paths-ignore:
- '**.md'
- '.github/workflows/docs.yml'
- 'docs/**'
- 'mkdocs.yml'
env:
DOCKERHUB_SLUG: crazymax/diun

View File

@@ -5,19 +5,7 @@ on:
push:
tags:
- 'v*'
paths:
- '.github/workflows/docs.yml'
- 'docs/**'
- 'CHANGELOG.md'
- 'mkdocs.yml'
pull_request:
branches:
- 'master'
paths:
- '.github/workflows/docs.yml'
- 'docs/**'
- 'CHANGELOG.md'
- 'mkdocs.yml'
jobs:
publish:

View File

@@ -15,7 +15,7 @@ on:
- '**.md'
env:
BUILD_TAG: 'crazymax/diun:local'
BUILD_TAG: 'diun:local'
CONTAINER_NAME: 'diun'
RUNNING_TIMEOUT: '240'
RUNNING_LOG_CHECK: 'Next run in'