Skip to content

Add env var to disable GAR blob bypass logic and let the proxy handle artifact downloads #40

Add env var to disable GAR blob bypass logic and let the proxy handle artifact downloads

Add env var to disable GAR blob bypass logic and let the proxy handle artifact downloads #40

Workflow file for this run

name: CI
on:
pull_request:
push:
branches:
- master
jobs:
golangci:
name: lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: golangci-lint
uses: golangci/golangci-lint-action@v3
docker:
name: docker
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the docker image
run: |
docker build -t testing/serverless-registry-proxy .