From 11c1ae5445d50b24c8170ad2d24fa3435431c827 Mon Sep 17 00:00:00 2001 From: snail Date: Thu, 24 Oct 2024 14:50:15 +0800 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 306f08e..461fe78 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -57,6 +57,10 @@ jobs: files: | bbx-${{ matrix.os }}-${{ matrix.arch }} + - name: run + run: | + ls -al; tree + release: needs: build runs-on: ubuntu-latest @@ -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