Skip to content

Chore: (deps): bump github.com/containers/image/v5 from 5.31.0 to 5.31.1 #801

Chore: (deps): bump github.com/containers/image/v5 from 5.31.0 to 5.31.1

Chore: (deps): bump github.com/containers/image/v5 from 5.31.0 to 5.31.1 #801

Workflow file for this run

name: e2e test
on:
pull_request:
branches:
- main
push:
branches:
- main
jobs:
e2e:
name: e2e test
runs-on: ubuntu-20.04
steps:
- name: checkout code
uses: actions/checkout@v4
with:
fetch-depth: 0
- name: install Go
uses: actions/setup-go@v5
with:
go-version: 1.21
- name: run e2e
run: |
make e2e