Skip to content

Commit

Permalink
actually push packages
Browse files Browse the repository at this point in the history
  • Loading branch information
paynejacob committed Dec 13, 2021
1 parent c351b0e commit 3282ee2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/push-packages
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
cd packages
for pkg in *; do
tag=$(cat $pkg/manifest.yaml | grep version | sed "s/version: /v/")
echo $pkg "ghcr.io/rancherlabs/corral/$pkg:$tag"
echo $pkg "ghcr.io/rancherlabs/corral/$pkg:latest"
corral publish $pkg "ghcr.io/rancherlabs/corral/$pkg:$tag"
corral publish $pkg "ghcr.io/rancherlabs/corral/$pkg:latest"
done

0 comments on commit 3282ee2

Please sign in to comment.