Skip to content

Commit

Permalink
added the login to the DockerHub
Browse files Browse the repository at this point in the history
  • Loading branch information
JVALPASS committed Jan 22, 2025
1 parent 4708e5a commit fe26b15
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build-and-push.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,10 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v4

- name: Log in to Docker Hub
run: |
echo "${{ secrets.DOCKERHUB_TOKEN }}" | docker login -u "${{ secrets.DOCKERHUB_USERNAME }}" --password-stdin
- name: Run build.bash
run: ./noble/build.bash

Expand Down

0 comments on commit fe26b15

Please # to comment.