Skip to content

Commit

Permalink
add username and password
Browse files Browse the repository at this point in the history
  • Loading branch information
Zeitsperre committed Sep 27, 2024
1 parent 0cd9b03 commit 40d6199
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/docker-testing.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,8 @@ jobs:
- name: Run Docker image
uses: addnab/docker-run-action@4f65fabd2431ebc8d299f8e5a018d79a769ae185 # v3
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
image: localrook:latest
options: -p 5000:5000
run: |
Expand Down

0 comments on commit 40d6199

Please sign in to comment.