Skip to content

Add test and release workflows to build multi-arch Docker image #2

Add test and release workflows to build multi-arch Docker image

Add test and release workflows to build multi-arch Docker image #2

Workflow file for this run

name: Test
on:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
docker-build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
repository: danihodovic/celery-exporter
ref: v0.10.14