Skip to content
This repository has been archived by the owner on Apr 29, 2024. It is now read-only.

Commit

Permalink
ci(deps): update docker/login-action action to v3
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate-bot committed Sep 12, 2023
1 parent 0beb412 commit f9ea9a2
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Login to GCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: eu.gcr.io
username: _json_key
Expand Down Expand Up @@ -44,7 +44,7 @@ jobs:
runs-on: self-hosted
steps:
- name: Login to GCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: eu.gcr.io
username: _json_key
Expand Down Expand Up @@ -84,7 +84,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Login to GCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: eu.gcr.io
username: _json_key
Expand Down Expand Up @@ -112,7 +112,7 @@ jobs:
timeout-minutes: 30
steps:
- name: Login to GCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: eu.gcr.io
username: _json_key
Expand All @@ -139,7 +139,7 @@ jobs:
needs: [docker, lint, tests]
steps:
- name: Login to GCR
uses: docker/login-action@v2
uses: docker/login-action@v3
with:
registry: eu.gcr.io
username: _json_key
Expand Down

0 comments on commit f9ea9a2

Please sign in to comment.