We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa3bb28 commit 99820a7Copy full SHA for 99820a7
.github/workflows/base.yml
@@ -117,7 +117,7 @@ jobs:
117
118
- name: Login to Container registry
119
if: ${{ inputs.job-type == 'docker' }}
120
- uses: docker/login-action@916386b00027d425839f8da46d302dab33f5875b
+ uses: docker/login-action@0567fa5ae8c9a197cb207537dc5cbb43ca3d803f
121
with:
122
registry: ${{ env.REGISTRY }}
123
username: ${{ github.actor }}
0 commit comments