Slava 18d5e73e13
Configure automated Docker builds (#11)
* Configure automated Docker builds (#10)

* Fix Nginx template loading (#10)
2023-12-01 10:24:51 +02:00

27 lines
478 B
YAML

name: Docker
on:
push:
branches:
- master
tags:
- 'v*.*.*'
paths-ignore:
- '**/*.md'
- '**/.gitignore'
- 'docker/**'
- '!docker/Dockerfile'
- '!docker/nginx.template'
- '.github/**'
- '!.github/workflows/docker.yml'
- '!.github/workflows/docker-reusable.yml'
workflow_dispatch:
jobs:
build-and-push:
name: Build and Push
uses: ./.github/workflows/docker-reusable.yml
secrets: inherit