Skip to content

Commit

Permalink
set username to repo and set hyperweb pat for docker images
Browse files Browse the repository at this point in the history
  • Loading branch information
Anmol1696 committed Jan 22, 2025
1 parent eb0fd48 commit 9a54635
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 6 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: hyperweb-io
password: ${{ secrets.HYPERWEB_PAT }}

- name: Build
if: github.event_name == 'pull_request'
Expand Down Expand Up @@ -117,8 +117,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: hyperweb-io
password: ${{ secrets.HYPERWEB_PAT }}

- name: Build chains
if: github.event_name == 'pull_request'
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/starship-docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,8 @@ jobs:
uses: docker/login-action@v1
with:
registry: ghcr.io
username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }}
username: hyperweb-io
password: ${{ secrets.HYPERWEB_PAT }}

- name: Determine tag
if: steps.changes.outputs.src == 'true' || github.event_name == 'workflow_dispatch'
Expand Down

0 comments on commit 9a54635

Please sign in to comment.