Skip to content

Commit

Permalink
Bump docker/login-action from 2 to 3 (#161)
Browse files Browse the repository at this point in the history
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
  • Loading branch information
dependabot[bot] committed Oct 1, 2023
1 parent 53c9133 commit a0847e8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/reusable-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
# Authenticate to GHCR
# ========================================================================
- name: 🎫 Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
id: login
with:
registry: ghcr.io
Expand Down

0 comments on commit a0847e8

Please sign in to comment.