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 5a7c43c commit 289a536
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -76,5 +76,4 @@ 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
docker buildx build --build-arg IMAGE=golang:1.22 --platform linux/amd64,linux/arm64 -t snail2sky/bbx:latest . --push

0 comments on commit 289a536

Please sign in to comment.