Skip to content

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible in /src/catalog #266

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible in /src/catalog

chore(deps): bump github.com/docker/docker from 24.0.9+incompatible to 26.1.4+incompatible in /src/catalog #266

Workflow file for this run

name: Catalog CI
on:
push:
branches:
- main
paths:
- 'src/catalog/**'
pull_request:
branches:
- main
paths:
- 'src/catalog/**'
- 'images/**'
workflow_dispatch:
jobs:
build:
name: CI
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v3
- uses: actions/setup-go@v3
with:
go-version: '^1.18.1'
- name: Run CI script
run: |
src/catalog/scripts/ci.sh
- name: Set up QEMU
id: qemu
uses: docker/setup-qemu-action@v2
with:
image: tonistiigi/binfmt:latest
platforms: all
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v2
- name: Expose GitHub Runtime
uses: crazy-max/ghaction-github-runtime@v2
- name: Build container image
run: |
scripts/build-image.sh -s catalog -t ci --actions-cache