Skip to content

Commit

Permalink
fix: missing env typo (#666)
Browse files Browse the repository at this point in the history
  • Loading branch information
chavda-bhavik authored Jul 10, 2024
2 parents 8cf5371 + 9eb44f3 commit 20d7aa0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build-web.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,9 @@ jobs:
run_install: true

- name: Log in to GitHub Container Registry
env:
GH_ACTOR: implerhq
GH_PASSWORD: ${{ secrets.GH_PACKAGES }}
run: echo $GH_PASSWORD | docker login ghcr.io -u $GH_ACTOR --password-stdin

- name: Build & Tag Docker image
Expand Down

0 comments on commit 20d7aa0

Please sign in to comment.