From 7dc2c66f4fca6424980e84675caa5a555bdfb4c8 Mon Sep 17 00:00:00 2001 From: snail Date: Thu, 24 Oct 2024 16:11:28 +0800 Subject: [PATCH] update ci.yml --- .github/workflows/ci.yml | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 2e1824e..36e9de3 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -36,6 +36,11 @@ jobs: echo ${{ steps.set_output.outputs.tag }} + + - name: show + run: | + echo ${{ steps.set_output.outputs.tag }} + - name: Set up Go uses: actions/setup-go@v2 with: @@ -73,6 +78,10 @@ jobs: username: ${{ secrets.DOCKER_USERNAME }} password: ${{ secrets.DOCKER_PASSWORD }} + - name: show + run: | + echo ${{ steps.set_output.outputs.tag }} + - 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