Skip to content

Commit

Permalink
fix: Docker build
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanie-A committed Oct 10, 2024
1 parent 9b29115 commit cfe9dcd
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
run: docker build . --file Dockerfile --target build2 -t api-image:latest

0 comments on commit cfe9dcd

Please sign in to comment.