Skip to content

Commit a006ce9

Browse files
Update docker/login-action action to v4.3.0 (#1789)
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 e3ac9c3 commit a006ce9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -500,7 +500,7 @@ jobs:
500500
path: build
501501

502502
- name: Login to Docker Registry
503-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
503+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
504504
with:
505505
registry: ${{ env.nginx-private-registry-url }}
506506
username: ${{ env.nginx-pkg-jwt }}
@@ -669,7 +669,7 @@ jobs:
669669
secrets-filter: 'docker,nginx-private-registry,nginx-pkg-jwt'
670670

671671
- name: Login to Docker Registry
672-
uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
672+
uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
673673
with:
674674
registry: ${{ env.nginx-private-registry-url }}
675675
username: ${{ env.nginx-pkg-jwt }}

0 commit comments

Comments
 (0)