Skip to content

update tunnel mount path #13

update tunnel mount path

update tunnel mount path #13

Workflow file for this run

name: Release
on:
push:
tags:
- v*
jobs:
release:
permissions:
packages: write
runs-on: ubuntu-latest
steps:
- name: Check out the repo
uses: actions/checkout@v3
- name: Push chart
uses: appany/[email protected]
with:
name: generic
repository: henrywhitaker3
tag: ${{ github.ref_name }}
path: chart
registry: ghcr.io
registry_username: ${{ github.actor }}
registry_password: ${{ secrets.GITHUB_TOKEN }}
update_dependencies: 'true'