We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e9d478b + c6b21ea commit 553454dCopy full SHA for 553454d
1 file changed
.github/workflows/test.yml
@@ -127,9 +127,6 @@ jobs:
127
runs-on: ubuntu-24.04
128
container:
129
image: datadog/ci:v3.7.1
130
- credentials:
131
- username: "${{ secrets.DOCKERHUB_USERNAME }}"
132
- password: "${{ secrets.DOCKERHUB_TOKEN }}"
133
env:
134
DD_API_KEY: "${{ secrets.DD_API_KEY }}"
135
DD_ENV: ci
@@ -209,9 +206,6 @@ jobs:
209
206
- ruby-25
210
207
211
208
image: datadog/ci:v5.7.0
212
213
214
215
216
217
0 commit comments