Skip to content

Commit

Permalink
Fix nightly images (#1026)
Browse files Browse the repository at this point in the history
* Fix outdated context name

Signed-off-by: Aaron Chong <[email protected]>

* Revert trigger on push

Signed-off-by: Aaron Chong <[email protected]>

---------

Signed-off-by: Aaron Chong <[email protected]>
  • Loading branch information
aaronchongth authored Nov 14, 2024
1 parent 11dc8bb commit 7ec14b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,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 7ec14b9

Please sign in to comment.