Skip to content

Commit

Permalink
fix(ci): Fix docker image name (#55)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tiryoh authored Jun 17, 2024
1 parent 34c06b4 commit c5c85e4
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-melodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
DOCKER_USERNAME: tiryoh
DOCKER_IMAGENAME: ros
DOCKER_IMAGENAME: ros-desktop-vnc
GIT_CONFIG_USER: Tiryoh@GitHubActions
GIT_CONFIG_EMAIL: tiryoh@gmail.com

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
DOCKER_USERNAME: tiryoh
DOCKER_IMAGENAME: ros
DOCKER_IMAGENAME: ros-desktop-vnc
GIT_CONFIG_USER: Tiryoh@GitHubActions
GIT_CONFIG_EMAIL: tiryoh@gmail.com

Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-melodic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
DOCKER_USERNAME: tiryoh
DOCKER_IMAGENAME: ros
DOCKER_IMAGENAME: ros-desktop-vnc

jobs:
build:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test-noetic.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ on:

env:
DOCKER_USERNAME: tiryoh
DOCKER_IMAGENAME: ros
DOCKER_IMAGENAME: ros-desktop-vnc

jobs:
build:
Expand Down

0 comments on commit c5c85e4

Please sign in to comment.