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
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

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

View File

@ -102,3 +102,4 @@ USER runner
ENTRYPOINT ["/usr/local/bin/dumb-init", "--"] ENTRYPOINT ["/usr/local/bin/dumb-init", "--"]
CMD ["/entrypoint.sh"] CMD ["/entrypoint.sh"]