Skip to content

Commit

Permalink
Merge pull request #14 from TykTechnologies/buraksekili-patch-1
Browse files Browse the repository at this point in the history
Update docker/login-action from v1 to v2
  • Loading branch information
komalsukhani committed Sep 5, 2023
2 parents beda2e4 + 0cc61b2 commit 0d1550d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release_tag.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
with:
fetch-depth: 0
- 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 0d1550d

Please sign in to comment.