Skip to content

Commit aa12085

Browse files
committed
Merge branch 'cloudsmith-datadog-agent' of https://github.com/cloudsmith-io/Datadog-integrations-extras into cloudsmith-datadog-agent
2 parents 9fa3d0e + d335c13 commit aa12085

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build-cloudsmith-agent.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ jobs:
7979
if: env.build_needed == 'true'
8080
run: |
8181
82-
echo "${{ secrets.DOCKERHUB_PAT }}" | docker login docker.cloudsmith.io -u ${{ vars.DOCKERHUB_USER }} --password-stdin
82+
echo "${{ secrets.DOCKERHUB_PAT }}" | docker login -u ${{ vars.DOCKERHUB_USER }} --password-stdin
8383
docker push cloudsmith/cloudsmith-datadog-agent:${{ env.IMAGE_VERSION }}
8484
8585
echo "${{ env.LATEST_TAG }}" > .last-built-version

0 commit comments

Comments
 (0)