Fix Docker image name (#41)
We want to use "-" not "_": ```diff -ghcr.io/enactic/openarm_can-package +ghcr.io/enactic/openarm-can-package ```
This commit is contained in:
parent
f00de5ba9a
commit
514e3d6d62
@ -63,7 +63,7 @@ class OpenArmCANPackageTask < PackageTask
|
||||
end
|
||||
|
||||
def docker_image(os, architecture)
|
||||
"ghcr.io/#{github_repository.gsub(/"_"/, "-")}-package:#{super}"
|
||||
"ghcr.io/#{github_repository.gsub("_", "-")}-package:#{super}"
|
||||
end
|
||||
end
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user