mirror of
https://github.com/logos-storage/dist-tests-prometheus.git
synced 2026-01-02 13:13:07 +00:00
21 lines
290 B
YAML
21 lines
290 B
YAML
name: Docker
|
|
|
|
|
|
on:
|
|
push:
|
|
branches:
|
|
- master
|
|
tags:
|
|
- 'v*.*.*'
|
|
paths-ignore:
|
|
- '**/*.md'
|
|
- docker-compose.yaml
|
|
workflow_dispatch:
|
|
|
|
|
|
jobs:
|
|
build-and-push:
|
|
name: Build and Push
|
|
uses: ./.github/workflows/docker-reusable.yml
|
|
secrets: inherit
|