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 @@ -119,10 +119,10 @@ jobs:
119
119
- uses : actions/checkout@v4
120
120
121
121
- name : Set up Docker Buildx
122
- uses : docker/setup-buildx-action@4fd812986e6c8c2a69e18311145f9371337f27d4 # v3.4 .0
122
+ uses : docker/setup-buildx-action@aa33708b10e362ff993539393ff100fa93ed6a27 # v3.5 .0
123
123
124
124
- name : Log in to the Elastic Container registry
125
- uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
125
+ uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
126
126
with :
127
127
registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
128
128
username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
@@ -146,7 +146,7 @@ jobs:
146
146
147
147
- name : Build and push image
148
148
id : docker-push
149
- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
149
+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
150
150
with :
151
151
context : .
152
152
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