We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 66ea65c commit 50a28efCopy full SHA for 50a28ef
.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@8e2a0b642a6296f5b70071b54b587ef363155acd
121
with:
122
registry: ${{ env.REGISTRY }}
123
username: ${{ github.actor }}
0 commit comments