need to lowercase the repository
Build and Publish Docker Image / Build and Push Docker Image (push) Successful in 58s
Details
Build and Publish Docker Image / Build and Push Docker Image (push) Successful in 58s
Details
This commit is contained in:
parent
263e66fa69
commit
7a233afe3a
|
|
@ -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 }}
|
||||
|
|
|
|||
Loading…
Reference in New Issue