Skip to content

Commit

Permalink
docker login
Browse files Browse the repository at this point in the history
  • Loading branch information
robertlincecum committed Mar 4, 2024
1 parent ab3c424 commit 0a1e18f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-js.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
echo ${{ secrets.DOCKER }}
- name: Login to Docker Hub
if: ${{ inputs.needs_docker }}
uses: docker/login-action@v2
with:
username: quaibuild
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/build-deploy-ts.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,6 +179,7 @@ jobs:
echo ${{ secrets.DOCKER }}
- name: Login to Docker Hub
if: ${{ inputs.needs_docker }}
uses: docker/login-action@v2
with:
username: quaibuild
Expand Down

0 comments on commit 0a1e18f

Please sign in to comment.