Skip to content

Bump buf from 1.4.0 to 1.42.0 #166

Bump buf from 1.4.0 to 1.42.0

Bump buf from 1.4.0 to 1.42.0 #166

Workflow file for this run

name: Build main image
on:
push:
branches:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Check out source code
uses: actions/checkout@v4
- uses: whoan/docker-build-with-cache-action@v8
with:
username: sevein
password: "${{ secrets.CR_PAT }}"
image_name: artefactual-labs/a3m
image_tag: main
registry: ghcr.io
build_extra_args: "--compress=true"