Skip to content

feat: model_training: introduce batches and epochs (#12) #55

feat: model_training: introduce batches and epochs (#12)

feat: model_training: introduce batches and epochs (#12) #55

Workflow file for this run

name: Docker Image CI for GHCR
on:
push:
branches:
- main
jobs:
build_and_publish:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Build and push the image
run: |
echo ${{ secrets.GH_PAT }} | docker login ghcr.io -u ${{ secrets.GH_USER }} --password-stdin
docker build . -t ghcr.io/spirabr/spira-training:latest
docker push ghcr.io/spirabr/spira-training:latest