We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1db1671 commit a157bb7Copy full SHA for a157bb7
.github/workflows/release.yaml
@@ -92,7 +92,7 @@ jobs:
92
chmod +x ./dist/create_llvm_prof
93
function build {
94
chmod +x ./dist/$1
95
- docker build -f perforator/deploy/docker/Dockerfile.prebuilt --target $1 --push --tag ghcr.io/${{ github.repository }}/$1:${{ github.event.release.tag_name }} ./dist
+ docker build -f perforator/deploy/docker/Dockerfile.prebuilt --target $1 --push --tag ghcr.io/${{ github.repository }}/$1:${{ github.ref_name }} ./dist
96
}
97
build agent
98
build gc
0 commit comments