Skip to content

chore(deps): update grafana/shared-workflows/ action to #1494

chore(deps): update grafana/shared-workflows/ action to

chore(deps): update grafana/shared-workflows/ action to #1494

Workflow file for this run

name: Build
on:
pull_request:
types:
- edited
- opened
- ready_for_review
- synchronize
push:
branches:
- main
paths:
- go.mod
- go.sum
- "**/*.go"
- Dockerfile
- .github/workflows/build.yml
merge_group:
workflow_call:
inputs:
tag:
type: string
required: true
jobs:
build-multiarch:
permissions:
contents: read
id-token: write
uses: grafana/shared-workflows/.github/workflows/docker-build-push-multiarch.yml@438c8d6321147607b3f6f0e922508e78e746af9b # main
with:
platforms: linux/amd64,linux/arm64
tags: |
type=ref,event=branch,enable={{is_default_branch}}
type=semver,pattern={{version}},value=${{ inputs.tag }},enable=${{ inputs.tag != '' }}
push: ${{ github.event_name == 'push' || github.event_name == 'workflow_call' }}
registries: dockerhub
runner-type: github