25 lines
538 B
YAML
Raw Permalink Normal View History

2023-07-20 15:31:29 +03:00
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: codex-storage/github-actions/.github/workflows/docker-reusable.yml@master
with:
docker_file: Dockerfile
dockerhub_repo: codexstorage/dist-tests-geth
tag_latest: ${{ github.ref_name == github.event.repository.default_branch || startsWith(github.ref, 'refs/tags/') }}
secrets: inherit