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 10, 2024
1 parent d9617aa commit 1500973
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,8 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- name: Checkout code
uses: actions/checkout@v3
- uses: actions/setup-go@v2
with:
go-version: "^1.19.x"
Expand All @@ -31,6 +32,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 1500973

Please sign in to comment.