Skip to content

chore(deps): update redhat/ubi9 docker tag to v9.6-1756915113 (#747) #36

chore(deps): update redhat/ubi9 docker tag to v9.6-1756915113 (#747)

chore(deps): update redhat/ubi9 docker tag to v9.6-1756915113 (#747) #36

Workflow file for this run

---
name: Release
on:
push:
tags:
- "v*.*.*"
permissions:
contents: read
id-token: write
jobs:
release:
runs-on: ubuntu-24.04
steps:
- id: checkout
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
with:
persist-credentials: false
- id: push-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@1acd69f48c01d7aef5f209f94048dfeb789026db # build-push-to-dockerhub/v0.2.0
with:
repository: grafana/otel-lgtm
context: docker
push: true
platforms: linux/amd64,linux/arm64
tags: |-
type=match,pattern=v(.*),group=1
latest