Skip to content

Commit

Permalink
including docker images for frontend and backend
Browse files Browse the repository at this point in the history
  • Loading branch information
AlexanderWollbrink authored Sep 13, 2023
1 parent 9772533 commit 18192ab
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions .github/workflows/build-and-publish-docker-images-workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,3 +25,19 @@ jobs:
context: .
push: true
tags: fraunhoferiosb/aasportal_aio:latest

- name: Build and push AASPortal (frontend) image
uses: docker/build-push-action@v5
with:
file: ./Dockerfile.aas-portal
context: .
push: true
tags: fraunhoferiosb/aasportal_aasportal:latest

- name: Build and push AASServer (backend) image
uses: docker/build-push-action@v5
with:
file: ./Dockerfile.aas-server
context: .
push: true
tags: fraunhoferiosb/aasportal_aasserver:latest

0 comments on commit 18192ab

Please sign in to comment.