Skip to content

Commit

Permalink
update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
snail committed Oct 24, 2024
1 parent 534beb4 commit 11c1ae5
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,6 +57,10 @@ jobs:
files: |
bbx-${{ matrix.os }}-${{ matrix.arch }}
- name: run
run: |
ls -al; tree
release:
needs: build
runs-on: ubuntu-latest
Expand All @@ -73,6 +77,10 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: run
run: |
ls -al; tree
- name: Build and push Docker image
run: |
# docker buildx build --build-arg IMAGE=golang:1.22 --platform linux/amd64,linux/arm64 -t snail2sky/bbx:latest . --push
Expand Down

0 comments on commit 11c1ae5

Please sign in to comment.