Skip to content

Commit

Permalink
Finally succeeded, automatically building binary and container images
Browse files Browse the repository at this point in the history
  • Loading branch information
snail committed Oct 24, 2024
1 parent 4ade06b commit 5a7c43c
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,3 +76,5 @@ jobs:
- name: Build and push Docker image
run: |
docker buildx build --build-arg IMAGE=golang:1.22 --platform linux/amd64,linux/arm64 -t snail2sky/bbx:${{ steps.set_output.outputs.tag }} . --push
docker tag snail2sky/bbx:${{ steps.set_output.outputs.tag }} snail2sky/bbx:latest
docker push snail2sky/bbx:latest

0 comments on commit 5a7c43c

Please sign in to comment.