Skip to content

Commit

Permalink
ci: fix release flow
Browse files Browse the repository at this point in the history
Signed-off-by: wuhuizuo <wuhuizuo@126.com>
  • Loading branch information
wuhuizuo committed Dec 5, 2023
1 parent e8e9d8a commit f4f2f4c
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
name: Skaffold - release
on:
workflow_dispatch:
push:
tags:
- v*
Expand Down Expand Up @@ -42,6 +43,9 @@ jobs:
- name: Set up Docker Buildx
id: buildx
uses: docker/setup-buildx-action@v3
with:
driver-opts: |
image=moby/buildkit:v0.12.4
- name: Log in to the Container registry
uses: docker/login-action@v3
Expand Down

0 comments on commit f4f2f4c

Please sign in to comment.