Skip to content
This repository has been archived by the owner on Nov 4, 2024. It is now read-only.

Commit

Permalink
made required changes
Browse files Browse the repository at this point in the history
Signed-off-by: dhruv <[email protected]>
  • Loading branch information
jaydee029 committed Aug 22, 2024
1 parent c031507 commit 5c94f9a
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -124,6 +124,7 @@ jobs:
with:
name: galasa-bom-build-log
path: galasa-bom-build.log
retention-days: 7

- name: Generate Galasa OBR
run: |
Expand All @@ -149,6 +150,7 @@ jobs:
with:
name: galasa-obr-build-log
path: galasa-obr-build.log
retention-days: 7

- name: Login to Github Container Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -282,6 +284,7 @@ jobs:
with:
name: javadoc-site-build-log
path: build.log
retention-days: 7

- name: Login to Github Container Registry
uses: docker/login-action@v3
Expand Down Expand Up @@ -441,6 +444,7 @@ jobs:
with:
name: galasa-obr-generic-build-log
path: build.log
retention-days: 7

- name: Login to Github Container Registry
uses: docker/login-action@v3
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/pr-build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -111,6 +111,7 @@ jobs:
with:
name: galasa-bom-build-log
path: galasa-bom-build.log
retention-days: 7

- name: Generate Galasa OBR
run: |
Expand All @@ -137,6 +138,7 @@ jobs:
with:
name: galasa-obr-build-log
path: galasa-obr-build.log
retention-days: 7

- name: Build OBR image for testing
uses: docker/build-push-action@v5
Expand Down Expand Up @@ -244,6 +246,7 @@ jobs:
with:
name: javadoc-site-build-log
path: build.log
retention-days: 7

- name: Build Javadoc site image for testing
uses: docker/build-push-action@v5
Expand Down Expand Up @@ -326,6 +329,7 @@ jobs:
with:
name: galasa-obr-generic-build-log
path: build.log
retention-days: 7

- name: Build OBR generic image for testing
uses: docker/build-push-action@v5
Expand Down

0 comments on commit 5c94f9a

Please sign in to comment.