Skip to content

Commit

Permalink
.
Browse files Browse the repository at this point in the history
Signed-off-by: Sammy Huang <[email protected]>

.

Signed-off-by: Sammy Huang <[email protected]>

.

Signed-off-by: Sammy Huang <[email protected]>

.

Signed-off-by: Sammy Huang <[email protected]>

.

Signed-off-by: Sammy Huang <[email protected]>

.

Signed-off-by: Sammy Huang <[email protected]>
  • Loading branch information
yellow-shine committed Dec 7, 2023
1 parent fc46ccc commit 04a9d22
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions .github/workflows/build-and-push.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,8 @@ on:
push:
tags:
- 'v*'

workflow_dispatch:

jobs:
build-and-push:
runs-on: ubuntu-latest
Expand All @@ -18,12 +19,14 @@ 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
type=raw,value={{branch}}-{{date 'YYYYMMDD'}}-{{sha}}
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 04a9d22

Please sign in to comment.