Skip to content

Commit

Permalink
Merge 4dfcf57 into 030db7d
Browse files Browse the repository at this point in the history
  • Loading branch information
dependabot[bot] authored Jun 22, 2023
2 parents 030db7d + 4dfcf57 commit 702115d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
driver-opts: network=host
- name: Login to DockerHub if needed
if: ${{ github.repository == 'p4lang/p4runtime-shell' && github.event_name == 'push' }}
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 702115d

Please sign in to comment.