File tree 2 files changed +4
-4
lines changed
2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change 33
33
- uses : docker/setup-buildx-action@v3
34
34
35
35
- name : Log in to the Elastic Container registry
36
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
36
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
37
37
with :
38
38
registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
39
39
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
63
63
64
64
- name : Build and Push Docker Image
65
65
id : docker-push
66
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
66
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
67
67
with :
68
68
context : .
69
69
platforms : linux/amd64,linux/arm64
97
97
98
98
- name : Build and Push Docker Image (wolfi)
99
99
id : docker-push-wolfi
100
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
100
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
101
101
with :
102
102
context : .
103
103
platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 17
17
steps :
18
18
- uses : actions/checkout@v4
19
19
20
- - uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
20
+ - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
21
21
with :
22
22
registry : ghcr.io
23
23
username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments