Skip to content

Commit

Permalink
Merge pull request #51 from ecmwf-projects/add-web-monitor
Browse files Browse the repository at this point in the history
Fix typo in repo name.
  • Loading branch information
pelusanchez authored Jul 31, 2024
2 parents c23009b + c0cf2b4 commit 949e402
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-web-monitor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,10 +42,10 @@ jobs:
buildkitd-flags: --debug
config: buildkitd.toml

- name: Checkout cads-web-monitor repo
- name: Checkout cads-monitor-web repo
uses: actions/checkout@v3
with:
repository: ecmwf-projects/cads-web-monitor
repository: ecmwf-projects/cads-monitor-web
token: ${{ secrets.CADS_PAT }}
path: .

Expand All @@ -55,5 +55,5 @@ jobs:
with:
context: .
push: true
tags: ${{ secrets.HARBOR_IP }}/cads/cads-web-monitor:${{ github.event.inputs.image_tag }}
tags: ${{ secrets.HARBOR_IP }}/cads/cads-monitor-web:${{ github.event.inputs.image_tag }}
file: Dockerfile

0 comments on commit 949e402

Please sign in to comment.