Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Commit

Permalink
minor fix
Browse files Browse the repository at this point in the history
  • Loading branch information
dhuangnm authored and dhuangnm committed Jun 13, 2024
1 parent cffe4d8 commit 4fcdcb0
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/actions/nm-get-tag/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@ inputs:
runs:
using: composite
steps:
- run: |
- id: extratag
run: |
tag=nightly
if [[ "${{ inputs.build_type }}" = "RELEASE" ]]; then
tag=latest
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/publish-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
uses: actions/checkout@v4
with:
ref: ${{ inputs.gitref }}
fetch-depth: 1
fetch-depth: 0
submodules: recursive

- name: Set up nvidia-container-toolkit
Expand Down

0 comments on commit 4fcdcb0

Please sign in to comment.