We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent abf0e3d commit 2f7c8aeCopy full SHA for 2f7c8ae
1 file changed
.github/workflows/ci.yml
@@ -500,7 +500,7 @@ jobs:
500
path: build
501
502
- name: Login to Docker Registry
503
- uses: docker/login-action@650006c6eb7dba73a995cc03b0b2d7f5ca915bee # v4.2.0
+ uses: docker/login-action@c99871dec2022cc055c062a10cc1a1310835ceb4 # v4.3.0
504
with:
505
registry: ${{ env.nginx-private-registry-url }}
506
username: ${{ env.nginx-pkg-jwt }}
@@ -669,7 +669,7 @@ jobs:
669
secrets-filter: 'docker,nginx-private-registry,nginx-pkg-jwt'
670
671
672
673
674
675
0 commit comments