Skip to content

Commit

Permalink
Update docker/login-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored and marcusramberg committed Dec 1, 2023
1 parent bcce7be commit b5e88a7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: Check Out Repo
uses: actions/checkout@v3
- name: Login to registry
uses: "docker/login-action@v2.1.0"
uses: "docker/login-action@v3.0.0"
with:
registry: ${{ env.REGISTRY }}
password: ${{ secrets.GITHUB_TOKEN }}
Expand Down

0 comments on commit b5e88a7

Please sign in to comment.