Skip to content

Update dependency systeminformation to v5.25.11 #17

Update dependency systeminformation to v5.25.11

Update dependency systeminformation to v5.25.11 #17

Workflow file for this run

name: build
on:
pull_request:
branches:
- master
workflow_dispatch:
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
with:
fetch-depth: '0'
- name: Checkout docker-netbootxyz for container source files
uses: actions/checkout@v4
with:
repository: netbootxyz/docker-netbootxyz
path: docker-netbootxyz
- name: Build the Docker image
run: docker build .