Skip to content

refactor: model training configs on app file (#9) #53

refactor: model training configs on app file (#9)

refactor: model training configs on app file (#9) #53

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