Skip to content

chore: unit tests and CI/CD (#1) #7

chore: unit tests and CI/CD (#1)

chore: unit tests and CI/CD (#1) #7

Workflow file for this run

name: Continuous Deployment
on:
push:
branches:
- main
jobs:
build:
name: Build and publish Docker image
runs-on: ubuntu-latest
steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}
- uses: actions/checkout@v2
- name: Build and publish
run: ./build.sh