We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9c0242 commit ed4c9a0Copy full SHA for ed4c9a0
.github/workflows/vuln-check.yaml
@@ -44,11 +44,11 @@ jobs:
44
GORELEASER_KEY: ${{ secrets.GORELEASER_KEY }}
45
46
- name: Run ls
47
- run: ls dist/linux_amd64_v1
+ run: ls dist/linux_amd64_v1/default_linux_amd64_v1
48
49
- name: Copy Binary
50
run: |
51
- cp dist/linux_amd64_v1/observe-agent .
+ cp dist/linux_amd64_v1/default_linux_amd64_v1/observe-agent .
52
53
- name: Build an image from Dockerfile
54
run: docker build -f packaging/docker/Dockerfile -t docker.io/${{ env.TEST_TAG}} .
0 commit comments