Skip to content

Commit

Permalink
F2calv/2024 04 ci updates (#30)
Browse files Browse the repository at this point in the history
* fix output var

* remove versioning

* force rebuild

* update

* bump

* revert

* bump

* revert

* add permissions
  • Loading branch information
f2calv authored Apr 27, 2024
1 parent d2dd6a6 commit f09275b
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 49 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-chart.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@ jobs:
run: |
changed=$(ct list-changed --target-branch main)
if [[ -n "$changed" ]]; then
echo "::set-output name=changed::true"
echo "changed=true" >> $GITHUB_OUTPUT
fi
if: false #not implemented/working yet

Expand Down
8 changes: 7 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,10 @@ on:

jobs:
versioning:
uses: ./.github/workflows/versioning.yml
uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@v1
with:
tag-prefix: ''
tag-and-release: false

app:
uses: ./.github/workflows/build-app.yml
Expand All @@ -45,6 +48,9 @@ jobs:
needs: [versioning, app, image, chart]
if: github.ref == 'refs/heads/main'
uses: f2calv/gha-workflows/.github/workflows/gha-release-versioning.yml@v1
permissions:
contents: write
with:
semVer: ${{ needs.versioning.outputs.semVer }}
tag-prefix: ''
move-major-tag: false
47 changes: 0 additions & 47 deletions .github/workflows/versioning.yml

This file was deleted.

0 comments on commit f09275b

Please sign in to comment.