Skip to content

Commit 1f8bd98

Browse files
committed
minor fixes
1 parent 62aa95a commit 1f8bd98

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
@@ -78,7 +78,7 @@ jobs:
7878
- name: Push image to DockerHub
7979
if: env.build_needed == 'true'
8080
run: |
81-
81+
docker tag docker.cloudsmith.io/${{ vars.CLOUDSMITH_NAMESPACE }}/cloudsmith-datadog-agent/cloudsmith-datadog-agent:${{ env.IMAGE_VERSION }} cloudsmith/cloudsmith-datadog-agent:${{ env.IMAGE_VERSION }}
8282
echo "${{ secrets.DOCKERHUB_PAT }}" | docker login -u ${{ vars.DOCKERHUB_USER }} --password-stdin
8383
docker push cloudsmith/cloudsmith-datadog-agent:${{ env.IMAGE_VERSION }}
8484

0 commit comments

Comments
 (0)