Skip to content

Dependency(deps): Bump kotlin.version from 2.0.10 to 2.0.20 (#6) #22

Dependency(deps): Bump kotlin.version from 2.0.10 to 2.0.20 (#6)

Dependency(deps): Bump kotlin.version from 2.0.10 to 2.0.20 (#6) #22

Workflow file for this run

name: Docker Push
on:
workflow_dispatch:
push:
# Publish `main` as Docker `latest` image.
branches:
- main
paths-ignore:
- '**.md'
- '.github/**'
# Publish `v1.2.3` tags as releases.
tags:
- v*
jobs:
push:
uses: ardoco/actions/.github/workflows/docker.yml@main
with:
image-name: metrics
push: true