Skip to content

Commit

Permalink
Merge pull request #26 from ForgeRock/dev
Browse files Browse the repository at this point in the history
test
  • Loading branch information
paulbsch authored Nov 21, 2024
2 parents 36ecdf0 + 335ef8e commit ec4a2dc
Showing 1 changed file with 12 additions and 2 deletions.
14 changes: 12 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
registry: ${{ env.REGISTRY }}
username: ${{ vars.REGISTRY_USERNAME }}
password: ${{ secrets.REGISTRY_TOKEN }}

- name: Set tag
id: set_tag
#run: echo "BUILD_TAG=$(date +%Y%m%d)" >> $GITHUB_OUTPUT
Expand All @@ -40,7 +40,17 @@ jobs:
./docker-bake.hcl
#set: |
# default.TAG=${{ steps.set_tag.outputs.PR_TAG }}


- name: Install Helm
uses: azure/setup-helm@v4
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Run chart-releaser
uses: helm/[email protected]
env:
CR_TOKEN: "${{ secrets.GITHUB_TOKEN }}"

- name: Create tag
id: tag_version
uses: mathieudutour/[email protected]
Expand Down

0 comments on commit ec4a2dc

Please sign in to comment.