diff --git a/.github/workflows/build-and-push.yaml b/.github/workflows/build-and-push.yaml index f448222..2b8148b 100644 --- a/.github/workflows/build-and-push.yaml +++ b/.github/workflows/build-and-push.yaml @@ -5,7 +5,8 @@ on: push: tags: - 'v*' - + workflow_dispatch: + jobs: build-and-push: runs-on: ubuntu-latest @@ -18,12 +19,12 @@ jobs: with: # list of Docker images to use as base name for tags images: | - milvusdb/birdwatcher + huangliang1203/birdwatcher # generate Docker tags based on the following events/attributes tags: | - type=ref,event=branch type=semver,pattern={{version}} type=sha + - name: Login to Docker Hub uses: docker/login-action@v3 with: