Skip to content

Commit 52011f0

Browse files
committed
Use 'reader-web' in ci
1 parent 453d8c4 commit 52011f0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/build_image.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -7,12 +7,12 @@ on:
77

88
env:
99
REGISTRY: ghcr.io
10-
APP_IMAGE_NAME: ${{ github.repository }}-app
10+
APP_IMAGE_NAME: ${{ github.repository }}-web
1111
SERVER_IMAGE_NAME: ${{ github.repository }}-server
12-
SERVICE_NAMES: reader-app reader-server
12+
SERVICE_NAMES: reader-web reader-server
1313

1414
jobs:
15-
build-app:
15+
build-web:
1616
runs-on: ubuntu-latest
1717

1818
steps:
@@ -85,7 +85,7 @@ jobs:
8585
cache-to: type=gha,mode=max
8686

8787
deploy:
88-
needs: [build-app, build-server]
88+
needs: [build-web, build-server]
8989

9090
runs-on: ubuntu-latest
9191

0 commit comments

Comments
 (0)