Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/merge-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
fetch-depth: 0

- name: create checksum file
uses: hypertrace/actions/checksum@main
uses: hypertrace/github-actions/checksum@main

- name: Cache packages
uses: actions/cache@v2
Expand All @@ -36,7 +36,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}

- name: push docker image
uses: hypertrace/actions/gradle@main
uses: hypertrace/github-actions/gradle@main
with:
args: dockerPushImages
env:
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@ jobs:
fetch-depth: 0

- name: create checksum file
uses: hypertrace/actions/checksum@main
uses: hypertrace/github-actions/checksum@main

- name: Cache packages
uses: actions/cache@v2
Expand All @@ -38,7 +38,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}

- name: Build with Gradle
uses: hypertrace/actions/gradle@main
uses: hypertrace/github-actions/gradle@main
with:
args: build dockerBuildImages

Expand All @@ -53,7 +53,7 @@ jobs:
fetch-depth: 0

- name: validate charts
uses: hypertrace/actions/validate-charts@main
uses: hypertrace/github-actions/validate-charts@main

snyk-scan:
runs-on: ubuntu-20.04
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/pr-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
fetch-depth: 0

- name: create checksum file
uses: hypertrace/actions/checksum@main
uses: hypertrace/github-actions/checksum@main

- name: Cache packages
uses: actions/cache@v2
Expand All @@ -29,7 +29,7 @@ jobs:


- name: Unit test
uses: hypertrace/actions/gradle@main
uses: hypertrace/github-actions/gradle@main
with:
args: jacocoTestReport

Expand All @@ -41,7 +41,7 @@ jobs:
flags: unit

- name: copy test reports
uses: hypertrace/actions/gradle@main
uses: hypertrace/github-actions/gradle@main
with:
args: copyAllReports --output-dir=/tmp/test-reports

Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
fetch-depth: 0

- name: create checksum file
uses: hypertrace/actions/checksum@main
uses: hypertrace/github-actions/checksum@main

- name: Cache packages
uses: actions/cache@v2
Expand All @@ -35,7 +35,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_READ_TOKEN }}

- name: publish docker image
uses: hypertrace/actions/gradle@main
uses: hypertrace/github-actions/gradle@main
with:
args: publish dockerPushImages
env:
Expand All @@ -55,7 +55,7 @@ jobs:
fetch-depth: 0

- name: package and release charts
uses: hypertrace/actions/helm-gcs-publish@main
uses: hypertrace/github-actions/helm-gcs-publish@main
with:
helm-gcs-credentials: ${{ secrets.HELM_GCS_CREDENTIALS }}
helm-gcs-repository: ${{ secrets.HELM_GCS_REPOSITORY }}
Expand Down