Update .github/workflows/update-helm-depends.yaml
This commit is contained in:
parent
d30af555d8
commit
ce6bfa6a9d
1 changed files with 4 additions and 3 deletions
7
.github/workflows/update-helm-depends.yaml
vendored
7
.github/workflows/update-helm-depends.yaml
vendored
|
@ -1,4 +1,4 @@
|
|||
name: Update Helm Dependencies
|
||||
name: ci
|
||||
|
||||
on:
|
||||
workflow_dispatch:
|
||||
|
@ -23,13 +23,14 @@ on:
|
|||
string:
|
||||
description: 'String'
|
||||
required: true
|
||||
type: string
|
||||
|
||||
jobs:
|
||||
build:
|
||||
runs-on: ubuntu-22.04
|
||||
|
||||
steps:
|
||||
|
||||
-
|
||||
name: Repository meta
|
||||
id: repository
|
||||
run: |
|
||||
|
@ -70,4 +71,4 @@ jobs:
|
|||
allow: network.host
|
||||
network: host
|
||||
platforms: linux/amd64,linux/arm64
|
||||
tags: ${{ steps.docker.outputs.tags }}
|
||||
tags: ${{ steps.docker.outputs.tags }}
|
||||
|
|
Loading…
Reference in a new issue