We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2d1521c commit 53b8788Copy full SHA for 53b8788
.github/workflows/ci.yaml
@@ -31,3 +31,14 @@ jobs:
31
registry: ${{ env.REGISTRY }}
32
username: ${{ env.DOCKER_USERNAME }}
33
password: ${{ secrets.DOCKER_TOKEN }}
34
+
35
+ - name: Build for CI
36
+ id: build-ci
37
+ uses: docker/[email protected]
38
+ with:
39
+ context: ./src/ci/nestjs-project
40
+ file: ./src/ci/nestjs-project/Dockerfile.prod
41
+ push: false
42
+ load: true # driver docker-container
43
+ target: ci
44
+ tags: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}:ci
0 commit comments