You've already forked helm-gitea
fix(ci): adapt release workflow
This commit is contained in:
@@ -98,11 +98,16 @@ jobs:
|
|||||||
run: |
|
run: |
|
||||||
helm push ${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz "oci://registry-1.docker.io/${DOCKER_IO_REPO_NAME}"
|
helm push ${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz "oci://registry-1.docker.io/${DOCKER_IO_REPO_NAME}"
|
||||||
|
|
||||||
# - uses: docker/login-action@v3.7.0
|
- uses: docker/login-action@v3.7.0
|
||||||
# with:
|
with:
|
||||||
# registry: ${{ github.server_url }}
|
registry: ${{ github.server_url }}
|
||||||
# username: ${{ secrets.GITEA_PACKAGE_REGISTRY_USERNAME }}
|
username: ${{ secrets.GITEA_PACKAGE_REGISTRY_USERNAME }}
|
||||||
# password: ${{ secrets.GITEA_PACKAGE_REGISTRY_TOKEN }}
|
password: ${{ secrets.GITEA_PACKAGE_REGISTRY_TOKEN }}
|
||||||
|
|
||||||
|
- name: Upload package as OCI artifact to Gitea
|
||||||
|
run: |
|
||||||
|
helm push ${REPOSITORY_NAME}-${PACKAGE_VERSION}.tgz "oci://${GITEA_SERVER_HOSTNAME}/${REPOSITORY_OWNER}/${REPOSITORY_NAME}"
|
||||||
|
|
||||||
|
|
||||||
# - name: Build new index.yaml
|
# - name: Build new index.yaml
|
||||||
# run: |
|
# run: |
|
||||||
|
|||||||
Reference in New Issue
Block a user