fix: set user_id and hub_type default value (#1594) #671
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
name: commit-ci-build | |
on: | |
push: | |
branches: [main, V5.*, fixbug*, Develop*] | |
jobs: | |
rainbond-allinone: | |
runs-on: ubuntu-latest | |
steps: | |
- name: Checkout repository | |
uses: actions/checkout@v3 | |
- name: Build and push | |
uses: docker/build-push-action@v6 | |
with: | |
platforms: linux/amd64 | |
context: . | |
file: ./Dockerfile | |
push: false | |
tags: | | |
rainbond/rainbond:dev-allinone |