Skip to content
This repository has been archived by the owner on Oct 3, 2024. It is now read-only.

Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible in the go_modules group #8

Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible in the go_modules group

Bump github.com/docker/docker from 26.1.4+incompatible to 26.1.5+incompatible in the go_modules group #8

name: Test Pull Request
on:
pull_request:
branches:
- main
jobs:
smoke:
name: Smoke Test
runs-on: ubuntu-22.04
steps:
- name: Setup Go
uses: actions/setup-go@v3
with:
go-version: 'stable'
- name: Checkout
uses: actions/checkout@v3
- name: Run Smoke Tests
run: ./scripts/smoke.sh
upload:
name: Upload Workflow Event Payload
runs-on: ubuntu-22.04
steps:
- name: Upload Artifact
uses: actions/upload-artifact@v3
with:
name: event-payload
path: ${{ github.event_path }}