Skip to content

Commit e5b2c6f

Browse files
committed
Fix image-label
Signed-off-by: Charlie Truong <[email protected]>
1 parent 399355b commit e5b2c6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/_build_container.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
with:
7373
image-name: ${{ inputs.image-name }}
7474
dockerfile: ${{ inputs.dockerfile }}
75-
image-label: nemo-core
75+
image-label: ${{ inputs.image-name }}
7676
prune-filter-timerange: 24h
7777
use-inline-cache: false
7878
runner: ${{ inputs.runner }}

0 commit comments

Comments
 (0)