Skip to content

Commit

Permalink
BRANCH
Browse files Browse the repository at this point in the history
  • Loading branch information
justinengland committed Mar 17, 2021
1 parent 83bf932 commit b849ba2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Chia-Docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
echo "::set-output name=reg_token::$(curl -X POST -H "Authorization: token ${{ secrets.ORG_ADMIN }}" -H "Accept: application/vnd.github.v3+json" https://api.github.com/orgs/Chia-Network/actions/runners/registration-token | jq -r '.token')"
- name: Build docker image
run: docker build --no-cache --build-arg branch=${{ github.event.inputs.upstream_branch }} -t ghcr.io/chia-network/chia:${{ github.event.inputs.image_tag }} .
run: docker build --no-cache --build-arg BRANCH=${{ github.event.inputs.upstream_branch }} -t ghcr.io/chia-network/chia:${{ github.event.inputs.image_tag }} .

- name: Push to github packages
run: docker push ghcr.io/chia-network/chia:${{ github.event.inputs.image_tag }}

0 comments on commit b849ba2

Please sign in to comment.