Skip to content

refactor: move model_training business logic to core folder (#6) #44

refactor: move model_training business logic to core folder (#6)

refactor: move model_training business logic to core folder (#6) #44

Workflow file for this run

name: Docker Image CI for GHCR
on:
push
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