Skip to content

bugfix: update test cases for measurement commit #19

bugfix: update test cases for measurement commit

bugfix: update test cases for measurement commit #19

Workflow file for this run

name: Docker Image
on:
push:
branches:
- main # or any branch you want to trigger the build
jobs:
build_and_push:
runs-on: ubuntu-latest
permissions:
contents: read
packages: write
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Log in to GitHub Container Registry
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} # or your PAT
- name: Build and push Docker image
uses: docker/build-push-action@v2
with:
push: true
tags: ghcr.io/shuxiangcao/leeq:latest