Skip to content

Add the download and reload functions of the right-click pop-up menu of the file browser. #74

Add the download and reload functions of the right-click pop-up menu of the file browser.

Add the download and reload functions of the right-click pop-up menu of the file browser. #74

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)