Skip to content

Update 3rd Party Agent Support #56

Update 3rd Party Agent Support

Update 3rd Party Agent Support #56

name: Docker Image CI Test
on:
pull_request:
branches-ignore:
- main
jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build the Client Docker Image
run: docker build . --file ./Client/GA-Client --tag ga-havoc-client:$(date +%s)
- name: Build the Teamserver Docker Image
run: docker build . --file ./Teamserver/GA-Teamserver --tag ga-havoc-teamserver:$(date +%s)