Skip to content

chore(deps): bump serde from 1.0.197 to 1.0.204 #18

chore(deps): bump serde from 1.0.197 to 1.0.204

chore(deps): bump serde from 1.0.197 to 1.0.204 #18

Workflow file for this run

name: Docker
on:
schedule:
- cron: "15 14 * * *"
push:
paths:
- "charts/**"
branches: ["main", "staging"]
# Publish semver tags as releases.
tags: ["v*.*.*"]
pull_request:
branches: ["main"]
workflow_dispatch:
jobs:
docker:
uses: appany/[email protected]

Check failure on line 19 in .github/workflows/helm-oci.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/helm-oci.yml

Invalid workflow file

invalid value workflow reference: references to workflows must be rooted in '.github/workflows'
with:
name: chisel-operator
repository: 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' # Defaults to false
permissions:
contents: read
packages: write
# This is used to complete the identity challenge
# with sigstore/fulcio when running outside of PRs.
id-token: write