Skip to content

Commit

Permalink
Merge pull request #37 from ecmwf-projects/build-webportal-predictia
Browse files Browse the repository at this point in the history
Build webportal with tag
  • Loading branch information
pelusanchez authored Oct 17, 2023
2 parents 86f7bbc + 9f283e9 commit 40cd671
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/build-webportal.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,10 @@ on:
description: 'Image tag'
required: true
default: 'latest'
gh_branch:
description: 'Branch'
required: true
default: 'main'
workflow_run:
workflows:
- ecmwf-projects/cads-build-farm/build-images.yml
Expand Down Expand Up @@ -59,6 +63,7 @@ jobs:
repository: ecmwf-projects/cads-webportal
token: ${{ secrets.CADS_PAT }}
path: ./cads-webportal
ref: ${{ github.event.inputs.gh_branch }}
- name: Build and push
uses: docker/build-push-action@v3

Expand Down

0 comments on commit 40cd671

Please sign in to comment.