Skip to content

Commit f0b6a3d

Browse files
Update docker/login-action action to v3.6.0 (#3979)
| datasource | package | from | to | | ----------- | ------------------- | ------ | ------ | | github-tags | docker/login-action | v3.5.0 | v3.6.0 | Signed-off-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com> Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent cf38a6f commit f0b6a3d

File tree

4 files changed

+6
-6
lines changed

4 files changed

+6
-6
lines changed

.github/workflows/build.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -65,7 +65,7 @@ jobs:
6565
platforms: arm64
6666

6767
- name: Login to GitHub Container Registry
68-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
68+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6969
if: ${{ github.event_name != 'pull_request' && ! contains(inputs.image, 'plus') }}
7070
with:
7171
registry: ghcr.io
@@ -82,7 +82,7 @@ jobs:
8282
if: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus')}}
8383

8484
- name: Login to NGINX Registry
85-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
85+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
8686
with:
8787
registry: docker-mgmt.nginx.com
8888
username: ${{ steps.idtoken.outputs.id_token }}
@@ -99,7 +99,7 @@ jobs:
9999
if: ${{ github.event_name != 'pull_request' && contains(inputs.image, 'plus') }}
100100

101101
- name: Login to GAR
102-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
102+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
103103
with:
104104
registry: us-docker.pkg.dev
105105
username: oauth2accesstoken

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -457,7 +457,7 @@ jobs:
457457
uses: actions/checkout@08c6903cd8c0fde910a37f88322edcfb5dd907a8 # v5.0.0
458458

459459
- name: Login to GitHub Container Registry
460-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
460+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
461461
with:
462462
registry: ghcr.io
463463
username: ${{ github.repository_owner }}

.github/workflows/nfr.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -93,7 +93,7 @@ jobs:
9393
service_account: ${{ secrets.GCP_SERVICE_ACCOUNT }}
9494

9595
- name: Login to GAR
96-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
96+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
9797
with:
9898
registry: us-docker.pkg.dev
9999
username: oauth2accesstoken

.github/workflows/update-docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@ jobs:
5959
needs-updating: ${{ steps.update.outputs.needs-updating }}
6060
steps:
6161
- name: Login to GitHub Container Registry
62-
uses: docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5.0
62+
uses: docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6.0
6363
with:
6464
registry: ghcr.io
6565
username: ${{ github.repository_owner }}

0 commit comments

Comments
 (0)