File tree Expand file tree Collapse file tree 4 files changed +4
-4
lines changed
actions/build-and-publish-docker Expand file tree Collapse file tree 4 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 23
23
using : " composite"
24
24
steps :
25
25
- name : Log in to the Elastic Container registry
26
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
26
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
27
27
with :
28
28
registry : ${{ inputs.registry }}
29
29
username : ${{ inputs.username }}
Original file line number Diff line number Diff line change @@ -341,7 +341,7 @@ jobs:
341
341
- uses : actions/checkout@v5
342
342
343
343
- name : Log in to the Elastic Container registry
344
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
344
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
345
345
with :
346
346
registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
347
347
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
Original file line number Diff line number Diff line change 80
80
- uses : actions/checkout@v5
81
81
82
82
- name : Log in to the Elastic Container registry
83
- uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
83
+ uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
84
84
with :
85
85
registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
86
86
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
Original file line number Diff line number Diff line change 26
26
permission-contents : write
27
27
permission-pull-requests : write
28
28
29
- - uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
29
+ - uses : docker/login-action@5e57cd118135c172c3672efd75eb46360885c0ef # v3.6 .0
30
30
with :
31
31
registry : ghcr.io
32
32
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments