Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: haorenfsa <[email protected]>
  • Loading branch information
haorenfsa committed Aug 23, 2024
1 parent 8e6e193 commit 3547cef
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main-latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ name: Build and Push Latest on Main
on:
push:
branches:
- main
- dev-*

env:
REGISTRY_IMAGE: haorenfsa/milvus-operator
Expand All @@ -28,7 +28,7 @@ jobs:
- name: Get version from system time after release step
id: extracter
run: |
echo "main-latest"
echo "::set-output name=git_tag::$(echo "${{ github.ref }}" | awk -F '/' '{print $3}')"
- name: Docker meta
id: meta
uses: docker/metadata-action@v5
Expand Down

0 comments on commit 3547cef

Please sign in to comment.