Skip to content

added documentation & relavent screenshots #4

added documentation & relavent screenshots

added documentation & relavent screenshots #4

Workflow file for this run

name: Publish container images to ghcr
on:
push
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build & Push image
run: |
docker login --username rdev2021 --password ${{ secrets.GH_PAT }} ghcr.io
docker build . --platform linux/amd64 --tag ghcr.io/rdev2021/network-test:latest
docker push ghcr.io/rdev2021/network-test:latest