Update 3rd Party Agent Support #56
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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) |