Skip to content

Fixed bug in deployment port #48

Fixed bug in deployment port

Fixed bug in deployment port #48

name: Landcover model deployment Docker Image CI
on:
push:
branches: [ "main" ]
pull_request:
branches: [ "main" ]
jobs:
build-push-deployment:
runs-on: ubuntu-latest
steps:
- name: Build and push the Docker Image to the GitHub Container Registry
uses: actions/checkout@v3
- name: Build and push the Docker Image to the GitHub Container Registry
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: ./deployment/
file: ./deployment/Dockerfile
push: true
tags: ghcr.io/khaosresearch/deploy-landcover
labels: latest