Skip to content

build(deps): bump github.com/alicebob/miniredis/v2 from 2.31.0 to 2.31.1 #194

build(deps): bump github.com/alicebob/miniredis/v2 from 2.31.0 to 2.31.1

build(deps): bump github.com/alicebob/miniredis/v2 from 2.31.0 to 2.31.1 #194

Workflow file for this run

name: Test Dockerfile
on: pull_request
jobs:
dockerfile-test:
name: container-structure-test
runs-on: ubuntu-latest
steps:
- name: Check out code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: Build
run: docker build -t api-test .
- name: Check it exists
run: docker images
- name: Run docker tests
uses: docker://gcr.io/gcp-runtimes/container-structure-test:latest
with:
args: "test --image api-test --config docker-test.yaml"