Skip to content

Commit

Permalink
Merge pull request #37 from T-Systems-MMS/renovate/docker-login-actio…
Browse files Browse the repository at this point in the history
…n-2.x

Update docker/login-action action to v2
  • Loading branch information
rndmh3ro authored Sep 27, 2022
2 parents 898bcb4 + 777f213 commit 9888402
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-example.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
uses: actions/checkout@v3

- name: Log in to the Container registry
uses: docker/login-action@v1.14.1
uses: docker/login-action@v2.0.0
with:
registry: ${{ env.REGISTRY }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 9888402

Please sign in to comment.