Skip to content

Added a panel to the TreeView to make the three view more useful #81

Added a panel to the TreeView to make the three view more useful

Added a panel to the TreeView to make the three view more useful #81

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)