Skip to content

Commit 09c9115

Browse files
committed
fixing wrong name for image built names
1 parent 7fc2342 commit 09c9115

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/build-container-prep-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and publish HPCS container preparation image
22
on: [push]
33

44
env:
5-
IMAGE_NAME: hpcs/data-prep
5+
IMAGE_NAME: hpcs/container-prep
66

77
jobs:
88
push:

.github/workflows/build-job-prep-image.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and publish HPCS jon preparation image
22
on: [push]
33

44
env:
5-
IMAGE_NAME: hpcs/data-prep
5+
IMAGE_NAME: hpcs/job-prep
66

77
jobs:
88
push:

0 commit comments

Comments
 (0)