Skip to content
This repository has been archived by the owner on Nov 21, 2023. It is now read-only.

build(deps): Bump libc from 0.2.146 to 0.2.147 #230

build(deps): Bump libc from 0.2.146 to 0.2.147

build(deps): Bump libc from 0.2.146 to 0.2.147 #230

Workflow file for this run

name: Container image build test
on: [push, pull_request, create]
jobs:
basic_ci:
if: github.event_name == 'pull_request' || github.event_name == 'push'
name: Check
runs-on: ubuntu-latest
strategy:
fail-fast: false
steps:
- name: Code checkout
uses: actions/checkout@v3
- name: Build gRPC AS Container Image
run: |
DOCKER_BUILDKIT=1 docker build -t attestation-service:latest . -f Dockerfile.as
- name: Build RVPS Container Image
run: |
Docker_BUILDKIT=1 docker build -t rvps:latest . -f Dockerfile.rvps