Skip to content

Commit

Permalink
- Fix for stack ref
Browse files Browse the repository at this point in the history
  • Loading branch information
Alan Christie committed Mar 22, 2021
1 parent 7191ae3 commit dd4ead7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
ci-owner: ${{ steps.vars.outputs.STACK_NAMESPACE }}
ci-repository: fragalysis-stack
ci-name: build main
ci-ref: refs/mains/${{ steps.vars.outputs.STACK_BRANCH }}
ci-ref: refs/heads/${{ steps.vars.outputs.STACK_BRANCH }}
ci-inputs: >-
be_namespace=${{ steps.vars.outputs.BE_NAMESPACE }}
be_image_tag=${{ steps.vars.outputs.BE_IMAGE_TAG }}
Expand Down

0 comments on commit dd4ead7

Please sign in to comment.