Skip to content

Commit

Permalink
update wf
Browse files Browse the repository at this point in the history
  • Loading branch information
f2calv committed May 16, 2024
1 parent 8b52dc8 commit bfa6d95
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,12 +31,14 @@ jobs:
fullSemVer: ${{ needs.versioning.outputs.fullSemVer }}

image:
uses: f2calv/gha-workflows/.github/workflows/container-image-build.yml@v1
#uses: f2calv/gha-workflows/.github/workflows/container-image-build.yml@v1
uses: f2calv/gha-workflows/.github/workflows/container-image-build.yml@f2calv/2024-05-cas-updates
permissions:
packages: write #for pushing container image
contents: read #note: for private repos setting packages to write, will reset all other permissions to none (weird?)
needs: [versioning, app]
with:
registry: ghcr.io/${{ github.repository_owner }}
tag: ${{ needs.versioning.outputs.semVer }}

chart:
Expand Down

0 comments on commit bfa6d95

Please sign in to comment.