Skip to content

Commit

Permalink
Fix image names in CI workflows
Browse files Browse the repository at this point in the history
Signed-off-by: Michel Hidalgo <[email protected]>
  • Loading branch information
mhidalgo-bdai committed Jan 16, 2024
1 parent 86b9a9b commit 05bcc75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ env:
# Use docker.io for Docker Hub if empty
REGISTRY: ghcr.io
# github.repository as <account>/<repo>
IMAGE_NAME: bdaiinstitute/ros_utilties_jammy_humble
IMAGE_NAME: bdaiinstitute/ros_utilities_jammy_humble

defaults:
run:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/maintenance.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ on:
env:
ORG_NAME: bdaiinstitute
# github.repository as <account>/<repo>
IMAGE_NAME: bdaiinstitute/ros_utilties_jammy_humble
IMAGE_NAME: ros_utilities_jammy_humble

jobs:
clean-ghcr:
Expand Down

0 comments on commit 05bcc75

Please sign in to comment.