Skip to content

Commit

Permalink
: workflow changesbuild
Browse files Browse the repository at this point in the history
- Add SONAR_ROOT_CERT secret to env
- Keep latest tag when pruning
  • Loading branch information
cgawron committed Mar 22, 2024
1 parent 1809cfc commit 2b514ea
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,6 +44,7 @@ jobs:
env:
SONAR_TOKEN: ${{ secrets.SONAR_TOKEN }}
SONAR_HOST_URL: ${{ secrets.SONAR_HOST_URL }}
SONAR_ROOT_CERT: ${{ secrets.SONAR_ROOT_CERT }}
- name: Set up Docker Buildx
uses: docker/setup-buildx-action@v1
- name: Login to GitHub Container Registry
Expand Down
4 changes: 3 additions & 1 deletion .github/workflows/prune.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,6 @@ jobs:
dry-run: true # Dry-run first, then change to `false`
prune-untagged: true
prune-tags-regexes: |
^sha-.*
^sha-.*
keep-tags: |
latest

0 comments on commit 2b514ea

Please sign in to comment.