mirror of
https://github.com/nais/wonderwall.git
synced 2026-08-23 21:16:14 +00:00
build(deps): bump docker/login-action in the gh-actions group (#430)
Bumps the gh-actions group with 1 update: [docker/login-action](https://github.com/docker/login-action). Updates `docker/login-action` from 3.5.0 to 3.6.0 - [Release notes](https://github.com/docker/login-action/releases) - [Commits](https://github.com/docker/login-action/compare/184bdaa0721073962dff0199f1fb9940f07167d1...5e57cd118135c172c3672efd75eb46360885c0ef) --- updated-dependencies: - dependency-name: docker/login-action dependency-version: 3.6.0 dependency-type: direct:production update-type: version-update:semver-minor dependency-group: gh-actions ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This commit is contained in:
@@ -73,7 +73,7 @@ jobs:
|
||||
service_account: "gh-wonderwall@nais-io.iam.gserviceaccount.com"
|
||||
token_format: "access_token"
|
||||
- name: "Login to registry"
|
||||
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # ratchet:docker/login-action@v3
|
||||
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # ratchet:docker/login-action@v3
|
||||
with:
|
||||
registry: "${{ env.GOOGLE_REGISTRY }}/nais-io/nais/feature"
|
||||
username: "oauth2accesstoken"
|
||||
|
||||
Reference in New Issue
Block a user