Bugfix/cpu topology (#10)
Some checks failed
Java CI with Gradle / build (push) Has been cancelled

This commit is contained in:
Michael N. Lipp 2023-10-09 22:13:33 +02:00 committed by GitHub
parent d42900afe7
commit 7be1c407fe
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
6 changed files with 12 additions and 12 deletions

View file

@ -43,7 +43,7 @@ task tagLatestArchImage(type: Exec) {
dependsOn buildArchImage
commandLine 'podman', 'tag', "${project.name}-arch:${project.version}",\
"${project.name}:latest"
"${project.name}-arch:latest"
}
task buildLatestArchImage {