Skip to content

Bump github.com/moby/buildkit from 0.10.4 to 0.12.5 #62

Bump github.com/moby/buildkit from 0.10.4 to 0.12.5

Bump github.com/moby/buildkit from 0.10.4 to 0.12.5 #62

Workflow file for this run

name: Build
on: [push]
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build
run: |
curl --fail --location --silent --output bob https://function61.com/go/turbobob-latest-stable-linux-amd64 && chmod +x bob
./bob build in-ci-autodetect-settings
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
EVENTHORIZON: ${{ secrets.EVENTHORIZON }}