Skip to content

Commit

Permalink
feat: docker api image
Browse files Browse the repository at this point in the history
  • Loading branch information
Stefanie-A committed Oct 10, 2024
1 parent 45b37ce commit af5da89
Showing 1 changed file with 8 additions and 1 deletion.
9 changes: 8 additions & 1 deletion .github/workflows/docker-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,16 @@ on:


jobs:
Docker-build:
Docker-main-build:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- name: Build Image
run: docker build . --file Dockerfile --target build -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

0 comments on commit af5da89

Please sign in to comment.