E M eabf5b0229
Build image with latest tag always
Always build an image with a latest tag (as well as a sha commit hash) when there's a push to master
2026-04-09 20:12:06 +10:00

26 lines
511 B
YAML

name: Docker - Runner
on:
push:
branches:
- master
tags:
- 'v*.*.*'
paths:
- docker/Dockerfile
- docker/docker-entrypoint.sh
- .github/workflows/docker-runner.yml
workflow_dispatch:
jobs:
build-and-push:
name: Build and Push
uses: logos-storage/github-actions/.github/workflows/docker-reusable.yml@master
with:
docker_file: docker/Dockerfile
dockerhub_repo: logosstorage/cs-codex-dist-tests
tag_latest: true
secrets: inherit