Skip to content

Add Hugo package to Vale config to make it easy for other users to fe… #466

Add Hugo package to Vale config to make it easy for other users to fe…

Add Hugo package to Vale config to make it easy for other users to fe… #466

Workflow file for this run

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