mirror of
https://ghproxy.com/https://github.com/truecharts/charts.git
synced 2026-07-17 16:20:24 +08:00
Update minor Docker tags (#483)
* Update minor Docker tags * Commit bumped App Version Signed-off-by: TrueCharts-Bot <bot@truecharts.org> Co-authored-by: Renovate Bot <bot@renovateapp.com> Co-authored-by: TrueCharts-Bot <bot@truecharts.org>
This commit is contained in:
2
.github/workflows/apps.yaml
vendored
2
.github/workflows/apps.yaml
vendored
@@ -152,7 +152,7 @@ jobs:
|
||||
go test ./charts/.../tests -json | tee test.json
|
||||
- name: Annotate unit tests
|
||||
if: ${{ steps.prep-lint.outputs.unittests == 'true' }}
|
||||
uses: guyarb/golang-test-annotations@v0.3.0
|
||||
uses: guyarb/golang-test-annotations@v0.4.0
|
||||
with:
|
||||
test-results: test.json
|
||||
|
||||
|
||||
2
.github/workflows/containers.build.yaml
vendored
2
.github/workflows/containers.build.yaml
vendored
@@ -50,7 +50,7 @@ jobs:
|
||||
- name: Checkout
|
||||
uses: actions/checkout@v2
|
||||
- name: hadolint
|
||||
uses: reviewdog/action-hadolint@v1.18.0
|
||||
uses: reviewdog/action-hadolint@v1.19.1
|
||||
with:
|
||||
github_token: ${{ secrets.GITHUB_TOKEN }}
|
||||
reporter: github-pr-review
|
||||
|
||||
Reference in New Issue
Block a user