Skip to content

Commit

Permalink
Update test-with-docker.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
simeononsecurity committed Apr 2, 2023
1 parent 8522299 commit 4913c76
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-with-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ jobs:
- name: Checkout
uses: actions/checkout@v3
- name: Login to DockerHub
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}
Expand Down

0 comments on commit 4913c76

Please sign in to comment.