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 7cb6ce5 commit 7dc2c66
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 7dc2c66

Please sign in to comment.