Skip to content

Merge branch 'main' of https://github.com/TEAM-Hearus/HEARUS-AI-SERVING #42

Merge branch 'main' of https://github.com/TEAM-Hearus/HEARUS-AI-SERVING

Merge branch 'main' of https://github.com/TEAM-Hearus/HEARUS-AI-SERVING #42

Workflow file for this run

name: Build and Push Docker Image
on:
push:
branches:
- main
jobs:
build-and-push-image:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to DockerHub
uses: docker/login-action@v1
with:
username: ${{ secrets.ORG_JUDEMIN_DOCKERHUB_USERNAME }}
password: ${{ secrets.ORG_JUDEMIN_DOCKERHUB_PASSWORD }}
- name: Build and push
id: docker_build
uses: docker/build-push-action@v2
with:
push: true
tags: judemin/hearus-ai-serving:latest
# Github Action Cache
cache-from: type=gha
cache-to: type=gha,mode=max