Skip to content

Add Renovate workflow to keep actions, workflows, and tool dependenci… #470

Add Renovate workflow to keep actions, workflows, and tool dependenci…

Add Renovate workflow to keep actions, workflows, and tool dependenci… #470

Workflow file for this run

name: Publish grafana/vale image
on:
push:
branches:
- main
workflow_dispatch:
jobs:
build:
if: ${{ github.repository == 'grafana/writers-toolkit' }}
permissions:
contents: read
id-token: write
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with:
persist-credentials: false
- id: push-to-dockerhub
uses: grafana/shared-workflows/actions/build-push-to-dockerhub@45747d11c20341064eab8c186e00a46d20ba4e73 # build-push-to-dockerhub-v0.1.0
with:
context: vale
platforms: linux/amd64,linux/arm64
push: true
repository: grafana/vale
tags: |-
${{ github.sha }}
latest