Skip to content

Commit

Permalink
Merge pull request #208 from wtsi-npg/dependabot/github_actions/docke…
Browse files Browse the repository at this point in the history
…r/login-action-3

Bump docker/login-action from 2 to 3
  • Loading branch information
kjsanger authored Oct 1, 2024
2 parents 919db1a + b242bff commit f3ed8cd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
echo 'GIT_COMMIT='$(git log --pretty=format:'%H' -n 1) >> $GITHUB_ENV
- name: "Login to Docker registry"
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ghcr.io
username: ${{ github.repository_owner }}
Expand Down

0 comments on commit f3ed8cd

Please sign in to comment.