Skip to content

Update Dockerfile.test #262

Update Dockerfile.test

Update Dockerfile.test #262

Workflow file for this run

name: Build check
on:
push:
branches:
- "**"
concurrency:
group: ci-${{ github.ref }}
cancel-in-progress: true
jobs:
build:
if: github.repository == 'navtrack/navtrack'
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker build
run: |
docker build -f Dockerfile.test .