Skip to content

Temptative fix to wrong language detection (#1276) #2

Temptative fix to wrong language detection (#1276)

Temptative fix to wrong language detection (#1276) #2

# TODO: trigger only if testing or any other checks previously succeeded
name: Push to DockerHub (main)
on:
push:
branches:
- main
permissions:
contents: read
id-token: write
jobs:
build:
runs-on: ubuntu-latest
steps:
- id: checkout
uses: actions/checkout@v4
- id: push-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@main
with:
repository: grafana/beyla
context: .
# cache image layers from/to github actions internal cache, for faster building
cache-from: type=gha
cache-to: type=gha,mode=max
platforms: |-
"linux/amd64"
"linux/arm64"
tags: |-
"main"
push: true