Skip to content

Bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible #218

Bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible

Bump github.com/docker/docker from 27.1.0+incompatible to 27.1.1+incompatible #218

name: Smoke Small Test
on:
pull_request:
paths:
- '**.go'
- '**.tf'
- '.terraform.lock.hcl'
- go.mod
- go.sum
jobs:
smoke-small:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v4
- name: Setup Terraform
uses: hashicorp/setup-terraform@v3
- name: Run small Smoke Tests
env:
AWS_ACCESS_KEY_ID: ${{ secrets.AWS_ACCESS_KEY_ID }}
AWS_SECRET_ACCESS_KEY: ${{ secrets.AWS_SECRET_ACCESS_KEY }}
run: |
make smoke-small