Skip to content

fix(deps): update rust crate tracing-opentelemetry-instrumentation-sd… #162

fix(deps): update rust crate tracing-opentelemetry-instrumentation-sd…

fix(deps): update rust crate tracing-opentelemetry-instrumentation-sd… #162

on:
push:
branches:
- main
paths-ignore:
- Makefile
- '.github/**'
name: release-please
jobs:
release-please:
runs-on: ubuntu-latest
outputs:
release_created: ${{ steps.release.outputs.release_created }}
tags: "${{ steps.release.outputs.major }}.${{ steps.release.outputs.minor }}.${{ steps.release.outputs.patch }}"
steps:
- uses: googleapis/release-please-action@v4
id: release
with:
release-type: rust
publish-latest:
name: Publish latest container image
needs: release-please
uses: pabrahamsson/alertmanager-webhook/.github/workflows/docker-publish.yml@main
publish-release:
name: Publish versioned container image
needs: release-please
if: ${{ needs.release-please.outputs.release_created }}
uses: pabrahamsson/alertmanager-webhook/.github/workflows/docker-publish.yml@main
with:
tags: ${{ needs.release-please.outputs.tags }}