Remove vault token strings (#245) #139
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: HFL-TensorFlow Docker Image CI | |
on: | |
push: | |
branches: [ main ] | |
jobs: | |
build: | |
runs-on: ubuntu-latest | |
steps: | |
- uses: actions/checkout@v3 | |
- name: Build the HFL Docker image | |
run: | | |
cd cczoo/horizontal_fl | |
docker build -f horizontal_fl.dockerfile . -t hfl-sgx:$(date +%s) | |
- name: Check Docker image Status | |
run: docker images | |