specifying the right branch and triggering build
This commit is contained in:
parent
0e4bc86a85
commit
b9d7f776e4
1 changed files with 1 additions and 1 deletions
2
.github/workflows/docker-image.yaml
vendored
2
.github/workflows/docker-image.yaml
vendored
|
@ -21,7 +21,7 @@ jobs:
|
|||
- name: Checkout code
|
||||
uses: actions/checkout@v2
|
||||
with:
|
||||
ref: cnoe
|
||||
ref: backstage-image
|
||||
|
||||
- name: Install packages
|
||||
run: NODE_OPTIONS="--max_old_space_size=4096" yarn install
|
||||
|
|
Loading…
Reference in a new issue