Skip to content

fix(deps): update ghcr.io/containerbase/base docker tag to v9.30.6 (#84) #849

fix(deps): update ghcr.io/containerbase/base docker tag to v9.30.6 (#84)

fix(deps): update ghcr.io/containerbase/base docker tag to v9.30.6 (#84) #849

Workflow file for this run

name: build
on:
push:
branches:
- main
pull_request:
schedule:
- cron: '0 1 * * *'
concurrency:
group: ${{ github.workflow }}-${{ github.event.number || github.ref_name }}
cancel-in-progress: true
permissions:
contents: write
jobs:
build:
runs-on: ubuntu-latest
strategy:
fail-fast: false
matrix:
arch:
- x86_64
- aarch64
env:
ARCH: ${{ matrix.arch }} # build target, name required by binary-builder
steps:
- uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4.1.1
- name: binary-builder
uses: containerbase/internal-tools@bdc9733990cf3added253065dd4d3ed5421de6ef # v3.0.33
with:
command: binary-builder
dry-run: ${{github.ref_name != 'main'}}
token: ${{ secrets.GITHUB_TOKEN }}