Skip to content

Commit c5f09f5

Browse files
committed
force
1 parent 2253452 commit c5f09f5

File tree

1 file changed

+4
-9
lines changed

1 file changed

+4
-9
lines changed

.github/workflows/build-images.yml

Lines changed: 4 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -20,13 +20,6 @@ jobs:
2020
steps:
2121

2222
- 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 }}
3023

3124
- name: Login to dockerhub
3225
uses: docker/login-action@74a5d142397b4f367a81961eba4e8cd7edddf772 # v3.4.0
@@ -35,8 +28,10 @@ jobs:
3528
username: ${{ secrets.DOCKERHUB_USERNAME }}
3629
password: ${{ secrets.DOCKERHUB_PASSWORD }}
3730

38-
- run: ./util.sh --action build
31+
- run: ./util.sh --action build --registry "elasticobservability"
3932
working-directory: .ci/docker
4033

41-
- run: ./util.sh --action push
34+
- run: docker images
35+
36+
- run: ./util.sh --action push --registry "elasticobservability"
4237
working-directory: .ci/docker

0 commit comments

Comments
 (0)