actions: consolidate ig
Some checks failed
generate-chart / generate-chart-publish (push) Failing after 45s
generate-chart / release-gitea (push) Has been skipped
changelog / changelog (push) Successful in 21s
check-and-test / check-and-test (push) Successful in 52s

This commit is contained in:
2026-01-12 14:23:26 -05:00
parent 2cf856569c
commit b00ad00e5e

View File

@@ -75,7 +75,7 @@ jobs:
curl --fail --location --output gitea/index.yaml --silent --show-error https://dl.gitea.com/charts/index.yaml curl --fail --location --output gitea/index.yaml --silent --show-error https://dl.gitea.com/charts/index.yaml
helm repo index gitea/ --url https://dl.gitea.com/charts --merge gitea/index.yaml helm repo index gitea/ --url https://dl.gitea.com/charts --merge gitea/index.yaml
- name: aws credential configure - name: Copy files to S3 and clear cache
run: | run: |
cat > ~/.s3cfg << EOF cat > ~/.s3cfg << EOF
[default] [default]
@@ -85,9 +85,6 @@ jobs:
host_bucket = weyma-s3.infra.dubyatp.xyz host_bucket = weyma-s3.infra.dubyatp.xyz
use_https = True use_https = True
EOF EOF
- name: Copy files to S3 and clear cache
run: |
s3cmd sync --recursive --acl-public gitea/ s3://${{ secrets.AWS_S3_BUCKET}}/charts/ s3cmd sync --recursive --acl-public gitea/ s3://${{ secrets.AWS_S3_BUCKET}}/charts/
release-gitea: release-gitea: