Skip to content

Commit

Permalink
add github login
Browse files Browse the repository at this point in the history
  • Loading branch information
aguilita1 committed Mar 18, 2024
1 parent 4f857e7 commit c817acb
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-scout.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,12 @@ jobs:
runs-on: ubuntu-latest

steps:
- name: Login to Docker Hub
uses: docker/login-action@v3
with:
username: ${{ secrets.DOCKERHUB_USERNAME }}
password: ${{ secrets.DOCKERHUB_TOKEN }}

- name: Docker Scout
id: docker-scout
uses: docker/scout-action@v1
Expand Down

0 comments on commit c817acb

Please sign in to comment.