Skip to content

Commit

Permalink
rearrange comments
Browse files Browse the repository at this point in the history
  • Loading branch information
ledif authored and inffy committed Jan 29, 2025
1 parent 5861366 commit bc64484
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions Justfile
Original file line number Diff line number Diff line change
Expand Up @@ -871,12 +871,13 @@ tag-images image_name="" default_tag="" tags="":
${PODMAN} images

# TODO: generalize this
# Used on Jan 28 2025 to fix NVIDIA regression
# > just retag-stable-daily-nvidia-on-ghcr stable-daily-41.20250126.3 0
#
# Need to generate a PAT with package write access (https://github.com/settings/tokens)
# Set $GITHUB_USERNAME and $GITHUB_PAT variables
# Used on Jan 28 2025 to fix NVIDIA regression
# > just retag-stable-daily-nvidia-on-ghcr stable-daily-41.20250126.3 0

# Retag images on GHCR
[group('Admin')]
retag-stable-daily-nvidia-on-ghcr working_tag="" dry_run="1":
#!/bin/bash
Expand Down

0 comments on commit bc64484

Please sign in to comment.