mirror of
https://github.com/nais/wonderwall.git
synced 2026-02-14 17:49:54 +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](184bdaa072...5e57cd1181)
---
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:
2
.github/workflows/deploy.yml
vendored
2
.github/workflows/deploy.yml
vendored
@@ -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