Skip to content

Commit

Permalink
Fix outdated context name
Browse files Browse the repository at this point in the history
Signed-off-by: Aaron Chong <aaronchong@google.com>
  • Loading branch information
aaronchongth committed Nov 14, 2024
1 parent 11dc8bb commit 854dc83
Showing 1 changed file with 6 additions and 5 deletions.
11 changes: 6 additions & 5 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,9 @@
name: Nightly
on:
schedule:
# 2am SGT
- cron: '0 18 * * *'
# on:
# schedule:
# # 2am SGT
# - cron: '0 18 * * *'
on: push
concurrency:
group: ${{ github.workflow }}-${{ github.ref }}
cancel-in-progress: true
Expand Down Expand Up @@ -52,7 +53,7 @@ jobs:
build-args: |
BASE_IMAGE=ghcr.io/${{ github.repository }}/minimal-rmf:rolling
tags: ghcr.io/${{ github.repository }}/demo-dashboard:latest
context: .github/dashboard
context: .github/demo-dashboard
build-api-server-image:
needs: build-minimal-rmf-docker-images
name: Push API server docker image to GitHub Packages
Expand Down

0 comments on commit 854dc83

Please sign in to comment.