Skip to content

Commit

Permalink
bump docker-login action
Browse files Browse the repository at this point in the history
  • Loading branch information
schrej committed Oct 24, 2022
1 parent 19da684 commit 71535e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/draft_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v3

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

0 comments on commit 71535e9

Please sign in to comment.