Fix:Fix the problem that Windows 2019 Server cannot be displayed #84
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) |