Skip to content

Add filepath sanity check #23

Add filepath sanity check

Add filepath sanity check #23

Workflow file for this run

name: build-images
on: [pull_request]
jobs:
build-images:
runs-on: ubuntu-latest
env:
REPOSITORY: ghcr.io/${{ github.repository }}
steps:
- name: Check out code into the Go module directory
uses: actions/checkout@v3
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v2
- name: Build container image
uses: docker/build-push-action@v3
with:
push: false
file: build/Dockerfile