Skip to content

Commit

Permalink
Fixing DataDog Agent Workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
onelapahead committed Jan 12, 2021
1 parent 736b017 commit 91c41d9
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/datadog-agent-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,6 @@ jobs:
- name: build and test
run: |
docker build . -t ghcr.io/hfuss/datadog-agent:${{ steps.versions.outputs.dirty-version }}
docker run -i ghcr.io/hfuss/datadog-agent:${{ steps.versions.outputs.dirty-version }} 'ethdatadog-agent --help'
docker push ghcr.io/hfuss/datadog-agent:${{ steps.versions.outputs.dirty-version }}
working-directory: datadog-agent

Expand Down

0 comments on commit 91c41d9

Please sign in to comment.