Thanks to visit codestin.com Credit goes to github.com
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 514b389 commit b558430Copy full SHA for b558430
.github/workflows/enterprise-release.yaml
@@ -48,15 +48,15 @@ jobs:
48
set -euxo pipefail
49
go mod download
50
51
- version=$(./scripts/version.sh)
+ version=$(./ci/scripts/version.sh)
52
make -j \
53
enterprise/build/exectrace_"$version"_linux_{amd64,arm64,armv7}
54
55
- name: Build Docker images
56
run: |
57
58
59
60
61
enterprise/build/exectrace_"$version"_linux_{amd64,arm64,armv7}.tag
62
@@ -82,7 +82,7 @@ jobs:
82
83
84
85
86
87
enterprise/build/exectrace_"$version"_linux.tag.pushed
88
0 commit comments