We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4a4fd81 commit 943b951Copy full SHA for 943b951
.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@3227f5311cb93ffd14d13e65d8cc400d30f4dd8a
121
with:
122
registry: ${{ env.REGISTRY }}
123
username: ${{ github.actor }}
0 commit comments