Skip to content

fix: re-export TOOL_NAME/TOOL_VERSION from core so the CLI imports co… #6

fix: re-export TOOL_NAME/TOOL_VERSION from core so the CLI imports co…

fix: re-export TOOL_NAME/TOOL_VERSION from core so the CLI imports co… #6

name: docker-publish
on:
push: { tags: ["v*"] }
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
permissions: { contents: read, packages: write }
steps:
- uses: actions/checkout@v4
- uses: docker/login-action@v3

Check failure on line 11 in .github/workflows/docker-publish.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/docker-publish.yml

Invalid workflow file

You have an error in your yaml syntax on line 11
with: { registry: ghcr.io, username: ${{ github.actor }}, password: ${{ secrets.GITHUB_TOKEN }} }
- uses: docker/build-push-action@v6
with:
context: .
push: true
tags: ghcr.io/${{ github.repository }}:latest