need to lowercase the repository
Build and Publish Docker Image / Build and Push Docker Image (push) Successful in 58s Details

This commit is contained in:
Isaac Johnson 2026-09-08 06:36:53 -05:00
parent 263e66fa69
commit 7a233afe3a
1 changed files with 1 additions and 1 deletions

View File

@ -83,7 +83,7 @@ jobs:
/tmp/linux-amd64/helm package ./helm-chart
export HLMPKG=`ls -tr *.tgz | tail -n1 | tr -d '\n'`
/tmp/linux-amd64/helm registry login harbor.freshbrewed.science -u $CR_USER -p $CR_PAT
/tmp/linux-amd64/helm push ./$HLMPKG oci://harbor.freshbrewed.science/chartrepo/botWebWars
/tmp/linux-amd64/helm push ./$HLMPKG oci://harbor.freshbrewed.science/chartrepo/botwebwars
env: # Or as an environment variable
CR_PAT: ${{ secrets.CR_PAT }}
CR_USER: ${{ secrets.CR_USER }}