Skip to content

Commit

Permalink
update workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Teo Koon Peng <teokoonpeng@gmail.com>
  • Loading branch information
koonpeng committed Jun 12, 2024
1 parent 6392073 commit 557a1a8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/nightly.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
name: Push Docker images to GitHub Packages
runs-on: ubuntu-24.04
steps:
- uses: actions/checkout@v2
- uses: actions/checkout@v4
- name: Push minimal-rmf image to GitHub Packages
uses: docker/build-push-action@v5
with:
Expand All @@ -18,7 +18,7 @@ jobs:
registry: ghcr.io
repository: ${{ github.repository }}/minimal-rmf
tags: latest
path: .github/minimal-rmf
context: .github/minimal-rmf
# dashboard-e2e:
# strategy:
# matrix:
Expand Down

0 comments on commit 557a1a8

Please sign in to comment.