File tree Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Expand file tree Collapse file tree 1 file changed +4
-9
lines changed Original file line number Diff line number Diff line change 20
20
steps :
21
21
22
22
- uses : actions/checkout@v4
23
-
24
- - name : Login to docker.elastic.co
25
- uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
26
- with :
27
- registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
28
- username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
29
- password : ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
30
23
31
24
- name : Login to dockerhub
32
25
uses : docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
35
28
username : ${{ secrets.DOCKERHUB_USERNAME }}
36
29
password : ${{ secrets.DOCKERHUB_PASSWORD }}
37
30
38
- - run : ./util.sh --action build
31
+ - run : ./util.sh --action build --registry "elasticobservability"
39
32
working-directory : .ci/docker
40
33
41
- - run : ./util.sh --action push
34
+ - run : docker images
35
+
36
+ - run : ./util.sh --action push --registry "elasticobservability"
42
37
working-directory : .ci/docker
You can’t perform that action at this time.
0 commit comments