Skip to content

Commit

Permalink
Update release.yml to use correct hash/commit (#393)
Browse files Browse the repository at this point in the history
Signed-off-by: Pablo Garay <[email protected]>
  • Loading branch information
pablo-garay authored Nov 26, 2024
1 parent c460374 commit d34d693
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
build-args: |
IMAGE_LABEL=nemo-curator
REPO_URL=https://github.com/${{ github.repository }}.git
CURATOR_COMMIT=${{ github.sha }}
CURATOR_COMMIT=${{ inputs.release-ref }}
prune-filter-timerange: 24h
python-package: nemo_curator
container-workdir: /opt/NeMo-Curator
Expand Down

0 comments on commit d34d693

Please sign in to comment.