Skip to content

Commit accefe5

Browse files
authored
F2calv/2024 04 ci updates (#74)
* fix output var * use new wf
1 parent c67d378 commit accefe5

File tree

3 files changed

+7
-49
lines changed

3 files changed

+7
-49
lines changed

.github/workflows/build-chart.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
run: |
5959
changed=$(ct list-changed --target-branch main)
6060
if [[ -n "$changed" ]]; then
61-
echo "::set-output name=changed::true"
61+
echo "changed=true" >> $GITHUB_OUTPUT
6262
fi
6363
if: false #not implemented/working yet
6464

.github/workflows/ci.yml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,10 @@ on:
2020

2121
jobs:
2222
versioning:
23-
uses: ./.github/workflows/versioning.yml
23+
uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@v1
24+
with:
25+
tag-prefix: ''
26+
tag-and-release: false
2427

2528
app:
2629
uses: ./.github/workflows/build-app.yml
@@ -45,6 +48,8 @@ jobs:
4548
needs: [versioning, app, image, chart]
4649
if: github.ref == 'refs/heads/main'
4750
uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@v1
51+
permissions:
52+
contents: write
4853
with:
4954
tag-prefix: ''
5055
move-major-tag: false

.github/workflows/versioning.yml

Lines changed: 0 additions & 47 deletions
This file was deleted.

0 commit comments

Comments
 (0)