Skip to content

Commit

Permalink
feat: use semantic-release cached on harbor since ghcr is so slow (#136)
Browse files Browse the repository at this point in the history
  • Loading branch information
JossWhittle authored Mar 27, 2024
1 parent 7a1e4c8 commit 33436cd
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .github/actions/release-chart/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -142,7 +142,7 @@ runs:
echo "CHART_REPO=${{ inputs.registry }}/${{ inputs.registry-project }}/chart" >> $GITHUB_ENV
- name: determine release
uses: docker://ghcr.io/codfish/semantic-release-action:v3
uses: docker://harbor.ukserp.ac.uk/github-workflows/semantic-release-action:v3
id: semantic
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/release-container/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -156,7 +156,7 @@ runs:
password: ${{ inputs.registry-token }}
# remainder
- name: determine release
uses: docker://ghcr.io/codfish/semantic-release-action:v3
uses: docker://harbor.ukserp.ac.uk/github-workflows/semantic-release-action:v3
id: semantic
env:
GITHUB_TOKEN: ${{ github.token }}
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/version.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -95,14 +95,14 @@ jobs:
uses: actions/checkout@v4

- name: determine release
uses: docker://ghcr.io/codfish/semantic-release-action:v2
uses: docker://harbor.ukserp.ac.uk/github-workflows/semantic-release-action:v3
id: release
env:
GITHUB_TOKEN: ${{ github.token }}
with:
dry_run: true
dry-run: true
branches: ${{ inputs.release-branches }}
tag_format: ${{ inputs.release-tag-format }}
tag-format: ${{ inputs.release-tag-format }}
plugins: |-
[
['@semantic-release/commit-analyzer', {
Expand Down

0 comments on commit 33436cd

Please sign in to comment.