We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1c98a36 commit ee696e4Copy full SHA for ee696e4
1 file changed
.github/workflows/cicd.yaml
@@ -9,7 +9,7 @@ on:
9
10
jobs:
11
docker-build:
12
- runs-on: ubuntu-latest
+ runs-on: self-hosted
13
steps:
14
- name: Add SHORT_SHA env property with commit short sha
15
run: echo "SHORT_SHA=`echo ${GITHUB_SHA} | cut -c1-6`" >> $GITHUB_ENV
@@ -30,7 +30,7 @@ jobs:
30
outputs:
31
short_sha: ${{ env.SHORT_SHA }}
32
update-helm-chart:
33
34
needs: docker-build
35
36
- uses: actions/checkout@v4
0 commit comments