Skip to content

Update Container + Python #290

Update Container + Python

Update Container + Python #290

Workflow file for this run

name: Build NetKAN-Infra
on:
pull_request:
types:
- opened
- synchronize
- reopened
jobs:
Build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v3
- name: Build Image
id: docker_build
uses: docker/build-push-action@v5
with:
context: ./netkan
file: ./netkan/Dockerfile
push: false
target: test