Skip to content

chore: update roadmap (#293) #143

chore: update roadmap (#293)

chore: update roadmap (#293) #143

Workflow file for this run

# yaml-language-server: $schema=https://json.schemastore.org/github-workflow.json
name: KO publish
permissions: {}
on:
push:
branches:
- main
jobs:
ko-publish:
permissions:
id-token: write
packages: write
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
- name: Setup go
uses: actions/setup-go@3041bf56c941b39c61721a86cd11f3bb1338122a # v5.2.0
with:
go-version-file: go.mod
cache-dependency-path: go.sum
- name: Run ko
run: |
set -e
REGISTRY=ghcr.io \
REGISTRY_USERNAME=${{ github.actor }} \
REGISTRY_PASSWORD=${{ secrets.GITHUB_TOKEN }} \
make ko-publish