Skip to content

Workflow file for this run

name: Build Docker Image
on:
push:
branches:
- '*'
pull_request:
branches: [ "main" ]
jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Build the Docker image
run: docker build src/ --tag ghcr.io/scordo/exfil-docker/server:$GITHUB_RUN_ID