File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -120,13 +120,13 @@ jobs:
120
120
DOCKER_IMAGE_NAME : docker.elastic.co/observability/apm-agent-python
121
121
steps :
122
122
- uses : actions/checkout@v4
123
- - uses : elastic/apm-pipeline-library/.github/actions/docker-login@current
123
+
124
+ - name : Log in to the Elastic Container registry
125
+ uses : docker/login-action@e92390c5fb421da1463c202d546fed0ec5c39f20 # v3.1.0
124
126
with :
125
- registry : docker.elastic.co
126
- secret : secret/observability-team/ci/docker-registry/prod
127
- url : ${{ secrets.VAULT_ADDR }}
128
- roleId : ${{ secrets.VAULT_ROLE_ID }}
129
- secretId : ${{ secrets.VAULT_SECRET_ID }}
127
+ registry : ${{ secrets.ELASTIC_DOCKER_REGISTRY }}
128
+ username : ${{ secrets.ELASTIC_DOCKER_USERNAME }}
129
+ password : ${{ secrets.ELASTIC_DOCKER_PASSWORD }}
130
130
131
131
- uses : actions/download-artifact@v3
132
132
with :
You can’t perform that action at this time.
0 commit comments