Skip to content

Commit

Permalink
Update build-docker-image.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ngreatorex authored Nov 16, 2023
1 parent ddcd4e0 commit dd53ffe
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,10 @@ jobs:
matrix:
platform: ${{ fromJson( inputs.platforms ) }}
env:
docker-username: ${{ vars.DOCKERHUB_USERNAME }}
docker-token: ${{ secrets.DOCKERHUB_TOKEN }}
ghcr-username: ${{ github.repository_owner }}
ghcr-token: ${{ secrets.GHCR_TOKEN }}
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit dd53ffe

Please sign in to comment.