File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -237,7 +237,7 @@ def printCLIOutput(stages: list) -> None:
237237 for j , container in enumerate (containers ):
238238 # build docker build command
239239 command = [f"\t docker build --file { container .name } /{ container .dockerfile } " ]
240- command += [f"{ n } --tag { container .name } :{ t } " for t in container .tags ]
240+ command += [f"{ n } --tag ghcr.io/nikleberg/ { container .name } :{ t } " for t in container .tags ]
241241 command += [f"{ n } --platform" , "," .join (container .platforms )]
242242 command += [f"{ n } --build-arg { a } " for a in container .args ]
243243 command += [f"{ n } { container .name } " ]
Original file line number Diff line number Diff line change 7777 platforms : ${{matrix.platforms}}
7878 build-args : ${{matrix.args}}
7979 push : true # staging is always pushed
80- load : true # make available for tests
8180 cache-from : ${{matrix.cache && 'type=gha' || ''}}
8281 cache-to : ${{matrix.cache && 'type=gha,mode=max' || ''}}
8382
You can’t perform that action at this time.
0 commit comments