Skip to content

Bump github.com/docker/docker from 23.0.1+incompatible to 24.0.7+incompatible #22

Bump github.com/docker/docker from 23.0.1+incompatible to 24.0.7+incompatible

Bump github.com/docker/docker from 23.0.1+incompatible to 24.0.7+incompatible #22

Workflow file for this run

name: Test
on:
pull_request:
push:
branches: [porter]
jobs:
build:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
with:
fetch-depth: 0
- uses: actions/setup-go@v3
with:
go-version-file: go.mod
cache: true
cache-dependency-path: go.sum
- name: Install Porter
run: |
curl -fsSLo porter "https://cdn.porter.sh/v1.0.9/porter-linux-amd64"
chmod +x porter
- name: Test
run: make test
- name: GoReleaser Action
uses: goreleaser/[email protected]
with:
version: latest
args: release --rm-dist --skip-validate --skip-sign --snapshot
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
PORTERPATH: ./porter