We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a41e232 commit b44c931Copy full SHA for b44c931
.github/workflows/publish.yml
@@ -6,16 +6,6 @@ on:
6
branches: [main, master]
7
tags: ["**"]
8
9
-defaults:
10
- run:
11
- # Declare bash be used by default in this workflow's "run" steps.
12
- #
13
- # NOTE: bash will by default run with:
14
- # --noprofile: Ignore ~/.profile etc.
15
- # --norc: Ignore ~/.bashrc etc.
16
- # -e: Exit directly on errors
17
- # -o pipefail: Don't mask errors from a command piped into another command
18
- shell: bash
19
20
jobs:
21
# Builds and pushes docker images to DockerHub, packages the Helm chart and
.github/workflows/test.yml
@@ -7,9 +7,6 @@ on:
workflow_dispatch:
# Most of the "main", "auth" and "helm" jobs are the same and only differ
0 commit comments