Skip to content

Commit

Permalink
Merge pull request #25 from joeirimpan/dependabot/github_actions/dock…
Browse files Browse the repository at this point in the history
…er/login-action-3

chore(deps): Bump docker/login-action from 2 to 3
  • Loading branch information
joeirimpan committed Oct 14, 2023
2 parents 0cf9156 + da1e26f commit 57efe54
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:

# Login
- name: Login to GitHub Container Registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.actor }}
Expand Down

0 comments on commit 57efe54

Please sign in to comment.