Update .github/workflows/update-helm-depends.yaml

This commit is contained in:
richardrobertreitz 2025-03-27 15:23:25 +00:00
parent d30af555d8
commit ce6bfa6a9d

View file

@ -1,4 +1,4 @@
name: Update Helm Dependencies name: ci
on: on:
workflow_dispatch: workflow_dispatch:
@ -23,13 +23,14 @@ on:
string: string:
description: 'String' description: 'String'
required: true required: true
type: string
jobs: jobs:
build: build:
runs-on: ubuntu-22.04 runs-on: ubuntu-22.04
steps: steps:
-
name: Repository meta name: Repository meta
id: repository id: repository
run: | run: |
@ -70,4 +71,4 @@ jobs:
allow: network.host allow: network.host
network: host network: host
platforms: linux/amd64,linux/arm64 platforms: linux/amd64,linux/arm64
tags: ${{ steps.docker.outputs.tags }} tags: ${{ steps.docker.outputs.tags }}