Skip to content

feat: set proper user agent #37

feat: set proper user agent

feat: set proper user agent #37

Workflow file for this run

name: Trunk
on:
push:
branches:
- main
env:
REGISTRY: ghcr.io
jobs:
build-image:
name: Build and Publish Image
permissions:
contents: read
packages: write
id-token: write
# Ubuntu 24.04 has Podman 4 installed from scratch
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v6
- uses: jdx/mise-action@v4
- uses: ./.github/actions/publish-image
with:
github-token: ${{ secrets.GITHUB_TOKEN }}