Skip to content

fix: unit test

fix: unit test #4

Workflow file for this run

name: Continuous Deployment
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