Skip to content

add Dockerfile linter (#21) #9

add Dockerfile linter (#21)

add Dockerfile linter (#21) #9

Workflow file for this run

name: Main
on:
push:
branches: [main]
jobs:
test:
name: Test
uses: ./.github/workflows/test.yml
lint:
name: Lint
uses: ./.github/workflows/lint.yml
publish:
name: Publish
uses: ./.github/workflows/publish.yml
secrets: inherit
needs: [test, lint]
with:
version: '${{ github.sha }}'
platforms: 'linux/amd64,linux/arm64'