Skip to content

Commit

Permalink
Merge pull request #26 from trifork/renovate/major-docker-login-actio…
Browse files Browse the repository at this point in the history
…n-3.x

fix(deps): major update docker/login-action from v2 to v3
  • Loading branch information
cthtrifork authored Oct 8, 2023
2 parents 947d0a8 + f786efa commit 9573896
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/component-test/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ runs:
architecture: "linux/amd64" # docker exporter does not currently support exporting manifest lists

- name: Log in to the Container registry
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: ${{ inputs.image-registry }}
username: ${{ github.actor }}
Expand Down

0 comments on commit 9573896

Please sign in to comment.