2
0
mirror of synced 2025-01-12 09:34:40 +00:00

23 lines
382 B
YAML
Raw Normal View History

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