openmetrics-vici-exporter/.github/workflows/build.yml

14 lines
285 B
YAML

name: CI
on:
release:
types: [ published ]
jobs:
docker:
runs-on: ubuntu-latest
steps:
-
name: Build and push
uses: docker/build-push-action@v4
with:
push: true
tags: user/app:latest