Skip to content

Bump github.com/libp2p/go-libp2p from 0.29.0 to 0.29.1 #801

Bump github.com/libp2p/go-libp2p from 0.29.0 to 0.29.1

Bump github.com/libp2p/go-libp2p from 0.29.0 to 0.29.1 #801

Workflow file for this run

name: Container
on: [ push, pull_request ]
jobs:
publisher:
name: Build
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Build Container Image
env:
DOCKER_BUILDKIT: '1'
run: docker build -t "index-provider:${GITHUB_SHA}" .
- name: Check Container Image
run: docker run "index-provider:${GITHUB_SHA}" help