Skip to content

Added custom metrics #12

Added custom metrics

Added custom metrics #12

name: Landcover retraining prefect Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-push-deployment:
runs-on: ubuntu-latest
steps:
- name: Checkout the repository
uses: actions/checkout@v3
- name: Login into ghcr
uses: docker/[email protected]
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
- name: Build and push Docker images
uses: docker/[email protected]
with:
context: ./training/
file: ./training/Dockerfile
push: true
tags: ghcr.io/khaosresearch/prefect-landcover
labels: latest