mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-06-18 11:06:24 +08:00
remove last dev-container reference
This commit is contained in:
6
.github/workflows/charts-release.yaml
vendored
6
.github/workflows/charts-release.yaml
vendored
@@ -13,8 +13,6 @@ on:
|
||||
jobs:
|
||||
release-helm:
|
||||
runs-on: ubuntu-latest
|
||||
container:
|
||||
image: ghcr.io/truecharts/devcontainer:3.1.10@sha256:c239addf725eb5cedf79517f8089fdafdc32b5270d1893ee87ae6e511b9bcae3
|
||||
steps:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 # v4
|
||||
@@ -29,6 +27,10 @@ jobs:
|
||||
repository: truecharts/helm-staging
|
||||
token: ${{ secrets.BOT_TOKEN }}
|
||||
path: helm
|
||||
|
||||
- name: Install pre-commit, yamale and yamllint
|
||||
run: |
|
||||
pip3 install --no-cache-dir pre-commit
|
||||
|
||||
- name: Fix Pre-Commit issues
|
||||
shell: bash
|
||||
|
||||
Reference in New Issue
Block a user