Skip to content

Commit df5fac2

Browse files
committed
Fix ui path for docker build
1 parent 3654f3a commit df5fac2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on-release-tag.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -91,7 +91,7 @@ jobs:
9191
--build-arg VERSION=${VERSION} \
9292
-t ghcr.io/hackyourfuture/course-hub-frontend:${{ steps.get-version.outputs.version }} \
9393
-t ghcr.io/hackyourfuture/course-hub-frontend:latest \
94-
.
94+
ui
9595
if [ "$DOCKER_PUSH" = "true" ]; then
9696
docker push ghcr.io/hackyourfuture/course-hub-frontend:${{ steps.get-version.outputs.version }}
9797
docker push ghcr.io/hackyourfuture/course-hub-frontend:latest

0 commit comments

Comments
 (0)