File tree Expand file tree Collapse file tree 5 files changed +5
-5
lines changed
actions/build-and-publish-docker Expand file tree Collapse file tree 5 files changed +5
-5
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@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
26
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .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@v4
342
342
343
343
- name : Log in to the Elastic Container registry
344
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
344
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .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@v4
81
81
82
82
- name : Log in to the Elastic Container registry
83
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
83
+ uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .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 13
13
using : " composite"
14
14
steps :
15
15
- name : Download stash
16
- uses : actions/download-artifact@v4
16
+ uses : actions/download-artifact@v5
17
17
with :
18
18
name : ${{ inputs.name }}
19
19
path : ${{ runner.temp }}
Original file line number Diff line number Diff line change 29
29
"pull_requests": "write"
30
30
}
31
31
32
- - uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4 .0
32
+ - uses : docker/login-action@184bdaa0721073962dff0199f1fb9940f07167d1 # v3.5 .0
33
33
with :
34
34
registry : ghcr.io
35
35
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments