Skip to content

Commit

Permalink
fix ci failure
Browse files Browse the repository at this point in the history
Signed-off-by: SataQiu <shidaqiu2018@gmail.com>
  • Loading branch information
SataQiu committed Aug 9, 2024
1 parent d9617aa commit 0b8f8ff
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,6 @@ jobs:
id: buildx
uses: docker/setup-buildx-action@v1

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

0 comments on commit 0b8f8ff

Please sign in to comment.