Skip to content

Commit 0b8f8ff

Browse files
committed
fix ci failure
Signed-off-by: SataQiu <[email protected]>
1 parent d9617aa commit 0b8f8ff

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/main.yml

+3-3
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,6 @@ jobs:
3131
id: buildx
3232
uses: docker/setup-buildx-action@v1
3333

34-
- run: make ubuntu20.04
35-
- run: TAG_VERSION="${BRANCH_NAME}" make push-tag
36-
- run: make push-latest
34+
- run: VERSION="${BRANCH_NAME}" make ubuntu20.04
35+
- run: VERSION="${BRANCH_NAME}" make push-short
36+
- run: VERSION="${BRANCH_NAME}" make push-latest

0 commit comments

Comments
 (0)