-
-
Notifications
You must be signed in to change notification settings - Fork 9
41 lines (37 loc) · 1.04 KB
/
helm-oci.yml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
name: Helm OCI
on:
schedule:
- cron: "15 14 * * *"
push:
paths:
- "charts/**"
- ".github/workflows/helm-oci.yml"
branches: ["main", "stable"]
# Publish semver tags as releases.
# tags: ["v*.*.*"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
docker:
if: github.event_name == 'push' && contains(github.ref, 'refs/tags/v')
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write
# uses: appany/[email protected]
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
- uses: appany/[email protected]
with:
name: chisel-operator
repository: fyralabs/chisel-operator
tag: 0.1.0
path: charts/chisel-operator
registry: ghcr.io
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
# update_dependencies: true