Skip to content

Commit 7ec14b9

Browse files
authored
Fix nightly images (#1026)
* Fix outdated context name Signed-off-by: Aaron Chong <aaronchong@google.com> * Revert trigger on push Signed-off-by: Aaron Chong <aaronchong@google.com> --------- Signed-off-by: Aaron Chong <aaronchong@google.com>
1 parent 11dc8bb commit 7ec14b9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/nightly.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,7 @@ jobs:
5252
build-args: |
5353
BASE_IMAGE=ghcr.io/${{ github.repository }}/minimal-rmf:rolling
5454
tags: ghcr.io/${{ github.repository }}/demo-dashboard:latest
55-
context: .github/dashboard
55+
context: .github/demo-dashboard
5656
build-api-server-image:
5757
needs: build-minimal-rmf-docker-images
5858
name: Push API server docker image to GitHub Packages

0 commit comments

Comments
 (0)