Skip to content

Commit

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

chore(deps): bump docker/login-action from 2 to 3
  • Loading branch information
mapkon authored Sep 20, 2023
2 parents a478a32 + c3f754c commit 98bc113
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
run: |
echo REPOSITORY_NAME_LOWERCASE=$(echo ${{ github.repository }} | tr '[:upper:]' '[:lower:]') >> $GITHUB_ENV
- uses: "docker/login-action@v2"
- uses: "docker/login-action@v3"
if: matrix.os == 'ubuntu-20.04'
with:
registry: "ghcr.io"
Expand Down

0 comments on commit 98bc113

Please sign in to comment.