Skip to content

Commit

Permalink
chore(deps): update docker/login-action action to v2
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed May 6, 2022
1 parent edb8789 commit 4f40f0d
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/tunnel-server.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Login to GitHub Container Registry
if: startsWith(github.ref, 'refs/tags')
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand All @@ -44,7 +44,7 @@ jobs:
- name: Login to ECR public
if: startsWith(github.ref, 'refs/tags')
uses: docker/login-action@v1
uses: docker/login-action@v2
with:
registry: public.ecr.aws
username: ${{ secrets.AWS_ACCESS_KEY_ID }}
Expand Down

0 comments on commit 4f40f0d

Please sign in to comment.