update github workflow to build image in the right namespace

This commit is contained in:
Neil Hanlon 2022-06-28 09:39:01 -04:00
parent 56799df270
commit 0deaae0c65
Signed by: neil
GPG Key ID: 705BC21EC3C70F34
1 changed files with 1 additions and 1 deletions

View File

@ -135,7 +135,7 @@ def run():
backoffLimit=4,
buildTime=datetime.datetime.utcnow().strftime("%s"),
command=commands,
imageName="ghcr.io/neilhanlon/sig-core-toolkit:latest",
imageName="ghcr.io/rockylinux/sig-core-toolkit:latest",
jobname="buildimage",
namespace="empanadas",
major=major,