Skip to content

Commit a157bb7

Browse files
committed
Fix release action
commit_hash:a07fd9391e13d0ede84360756d14c00c0332cfa3
1 parent 1db1671 commit a157bb7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
chmod +x ./dist/create_llvm_prof
9393
function build {
9494
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
95+
docker build -f perforator/deploy/docker/Dockerfile.prebuilt --target $1 --push --tag ghcr.io/${{ github.repository }}/$1:${{ github.ref_name }} ./dist
9696
}
9797
build agent
9898
build gc

0 commit comments

Comments
 (0)