Skip to content

Add support for reading CCEL EventLogs from devmem (#288) #174

Add support for reading CCEL EventLogs from devmem (#288)

Add support for reading CCEL EventLogs from devmem (#288) #174

name: HFL-TensorFlow Docker Image CI
on:
push:
branches: [ main ]
permissions:
contents: read
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