Skip to content

Add Workflows

Add Workflows #1

Workflow file for this run

---
name: Test image build
on:
pull_request:
jobs:
build-image:
name: Build image
runs-on: ubuntu-latest
steps:
- name: Docker build
uses: docker/build-push-action@v5
with:
push: false
tags: nmofonseca/nettools:latest