File tree Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Expand file tree Collapse file tree 2 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -119,10 +119,10 @@ jobs:
119119 - uses : actions/checkout@v4
120120
121121 - 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
123123
124124 - 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
126126 with :
127127 registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
128128 username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
@@ -146,7 +146,7 @@ jobs:
146146
147147 - name : Build and push image
148148 id : docker-push
149- uses : docker/build-push-action@1ca370b3a9802c92e886402e0dd88098a2533b12 # v6.4.1
149+ uses : docker/build-push-action@5176d81f87c23d6fc96624dfdbcd9f3830bbe445 # v6.5.0
150150 with :
151151 context : .
152152 platforms : linux/amd64,linux/arm64
Original file line number Diff line number Diff line change 1717 steps :
1818 - uses : actions/checkout@v4
1919
20- - uses : docker/login-action@0d4c9c5ea7693da7b068278f7b52bda2a190a446 # v3.2 .0
20+ - uses : docker/login-action@9780b0c442fbb1117ed29e0efdff1e18412f7567 # v3.3 .0
2121 with :
2222 registry : ghcr.io
2323 username : ${{ github.actor }}
You can’t perform that action at this time.
0 commit comments