Skip to content

Bump github.com/docker/cli from 24.0.6+incompatible to 25.0.0+incompatible #149

Bump github.com/docker/cli from 24.0.6+incompatible to 25.0.0+incompatible

Bump github.com/docker/cli from 24.0.6+incompatible to 25.0.0+incompatible #149

name: action-ci
on:
pull_request:
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v4
with:
# https://github.com/actions/checkout#fetch-all-history-for-all-tags-and-branches
# fetch all tags
fetch-depth: 0
- name: build docker image
run: docker build ./actions/release