Skip to content

feat: enhance coverage reporting by filtering out test files and addi… #180

feat: enhance coverage reporting by filtering out test files and addi…

feat: enhance coverage reporting by filtering out test files and addi… #180

Workflow file for this run

name: Publish docker images
on:
push:
branches:
- main
- dev
tags:
- "v[0-9]+"
- "v[0-9]+.[0-9]+"
- "v[0-9]+.[0-9]+.[0-9]+"
pull_request:
branches: ["*"]
release:
types:
- created
concurrency:
group: ${{ github.workflow }}-${{ github.event.pull_request.head.ref || github.ref }}
cancel-in-progress: true
jobs:
publish-images:
name: Publish Docker Image
uses: ./.github/workflows/_publish-docker.yaml
with:
checkout_ref: ${{ github.event.pull_request.head.ref || github.ref }}
secrets:
DOCKERHUB_USER: ${{ secrets.DOCKERHUB_USER }}
DOCKERHUB_TOKEN: ${{ secrets.DOCKERHUB_TOKEN }}