Skip to content

chore: update blackbox exporter binary to 0.25.0 #18

chore: update blackbox exporter binary to 0.25.0

chore: update blackbox exporter binary to 0.25.0 #18

Workflow file for this run

name: publish
on:
push:
tags:
- '*'
env:
APP_NAME: blackbox-exporter-idm-ca
jobs:
dagger:
runs-on: ubuntu-latest
steps:
- name: Clone repository
uses: actions/checkout@v2
- name: Parse version from git tag
run: echo "RELEASE_VERSION=${GITHUB_REF#refs/*/}" >> $GITHUB_ENV
- name: Publish to Ghcr
uses: dagger/dagger-for-github@v3
with:
version: 0.2
cmds: |
project update
do publish -l debug
env:
REGISTRY_USER: ${{ github.actor }}
REGISTRY_TOKEN: ${{ secrets.GITHUB_TOKEN }}