Skip to content

Commit

Permalink
fixing wrong name for image built names
Browse files Browse the repository at this point in the history
  • Loading branch information
telliere committed Mar 21, 2024
1 parent 7fc2342 commit 09c9115
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-container-prep-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and publish HPCS container preparation image
on: [push]

env:
IMAGE_NAME: hpcs/data-prep
IMAGE_NAME: hpcs/container-prep

jobs:
push:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build-job-prep-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ name: Build and publish HPCS jon preparation image
on: [push]

env:
IMAGE_NAME: hpcs/data-prep
IMAGE_NAME: hpcs/job-prep

jobs:
push:
Expand Down

0 comments on commit 09c9115

Please sign in to comment.