chore: change to trigger build (#1093)

* chore: change to trigger build

* ci: actually use variable

Co-authored-by: toast-gear <toast-gear@users.noreply.github.com>
This commit is contained in:
Callum Tait
2022-02-03 21:23:42 +00:00
committed by GitHub
parent 1b911749a6
commit cc25dd7926
2 changed files with 2 additions and 1 deletions

View File

@@ -47,7 +47,7 @@ jobs:
id: vars
uses: ./.github/actions/setup-docker-environment
with:
username: ${{ secrets.DOCKER_USER }}
username: ${{ env.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKER_ACCESS_TOKEN }}
ghcr_username: ${{ github.actor }}
ghcr_password: ${{ secrets.GITHUB_TOKEN }}