We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 64bf5be commit a071e23Copy full SHA for a071e23
.github/workflows/docker.yml
@@ -9,5 +9,7 @@ jobs:
9
steps:
10
- uses: actions/checkout@v4
11
12
- - name: Build the Docker image
13
- run: docker build -t docs-rs -f dockerfiles/Dockerfile .
+ - run: docker build --target web-server -f dockerfiles/Dockerfile .
+ - run: docker build --target build-server -f dockerfiles/Dockerfile .
14
+ - run: docker build --target registry-watcher -f dockerfiles/Dockerfile .
15
+ - run: docker build --target cli -f dockerfiles/Dockerfile .
0 commit comments