diff --git a/.github/workflows/docker-build.yaml b/.github/workflows/docker-build.yaml index efafe78..c21a57a 100644 --- a/.github/workflows/docker-build.yaml +++ b/.github/workflows/docker-build.yaml @@ -11,11 +11,11 @@ jobs: steps: - uses: actions/checkout@v4 - name: Build Image - run: docker build . --file Dockerfile --target build -t uri-image:latest + run: docker build . --file Dockerfile --target build1 -t uri-image:latest Docker-api-build: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 - name: Build Image - run: docker build . --file Dockerfile --target build1 -t api-image:latest \ No newline at end of file + run: docker build . --file Dockerfile --target build2 -t api-image:latest \ No newline at end of file