2023-05-28 19:48:33 +00:00
|
|
|
name: Docker
|
|
|
|
|
|
|
|
|
|
|
|
on:
|
|
|
|
push:
|
|
|
|
branches:
|
|
|
|
- master
|
|
|
|
tags:
|
|
|
|
- 'v*.*.*'
|
|
|
|
paths:
|
|
|
|
- docker/Dockerfile
|
|
|
|
- docker/docker-entrypoint.sh
|
|
|
|
- .github/workflows/docker.yml
|
2023-08-16 11:46:17 +00:00
|
|
|
- .github/workflows/docker-reusable.yml
|
2023-05-28 19:48:33 +00:00
|
|
|
workflow_dispatch:
|
|
|
|
|
|
|
|
|
|
|
|
jobs:
|
2023-08-16 11:46:17 +00:00
|
|
|
build-and-push:
|
|
|
|
name: Build and Push
|
|
|
|
uses: ./.github/workflows/docker-reusable.yml
|
|
|
|
secrets: inherit
|