Skip to content

Commit

Permalink
Set Dockerfiles for ubi image
Browse files Browse the repository at this point in the history
Signed-off-by: Maia Iyer <[email protected]>
  • Loading branch information
maia-iyer committed Sep 25, 2023
1 parent fde321c commit f0e81d5
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/master-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -65,6 +65,10 @@ jobs:
# build and push UBI images
- name: Add ubi prefix
run: echo "IMAGE_TAG_PREFIX=ubi-"
- name: Set frontend Dockerfile
run: echo "DOCKERFILE_FRONTEND=Dockerfile.frontend-container.ubi"
- name: Set backend Dockerfile
run: echo "DOCKERFILE_BACKEND=Dockerfile.backend-container.ubi"

- name: Build and push UBI images
run: make release-images
Expand Down

0 comments on commit f0e81d5

Please sign in to comment.