Skip to content
This repository has been archived by the owner on Jun 6, 2024. It is now read-only.

Migrate bsp-agent build docker images from GCR to GAR #138

Migrate bsp-agent build docker images from GCR to GAR

Migrate bsp-agent build docker images from GCR to GAR #138

Workflow file for this run

name: hadolint
on:
push:
branches:
- "main"
pull_request:
branches:
- "main"
- "develop"
jobs:
hadolint:
name: dockerfile-lint
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Lint dockerfile
uses: brpaz/hadolint-action@master
with:
dockerfile: "Dockerfile"