Skip to content

Commit 2704e0e

Browse files
committed
fix: align CI Docker tag to use underscores for consistency
1 parent 7d1c2ad commit 2704e0e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,4 +51,4 @@ jobs:
5151
uses: docker/setup-buildx-action@v3
5252

5353
- name: Build Docker image
54-
run: docker build -t ros2-medkit-web-ui:test -f Dockerfile .
54+
run: docker build -t ros2_medkit_web_ui:test -f Dockerfile .

0 commit comments

Comments
 (0)