Skip to content

Commit

Permalink
reusable wokflow
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter committed Nov 18, 2024
1 parent b0cb437 commit 0902c3e
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 20 deletions.
15 changes: 5 additions & 10 deletions .github/workflows/release-sdk-test-runner.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ on:

jobs:
build-and-upload:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3

- uses: ./.github/workflows/build-and-push.yml
with:
version: ${{ inputs.version }}
docker_contex: ./package-testing/sdk-test-runner
image_name: sdk-test-runner
uses: ./.github/workflows/build-and-push.yml
with:
version: ${{ inputs.version }}
docker_contex: ./package-testing/sdk-test-runner
image_name: sdk-test-runner
15 changes: 5 additions & 10 deletions .github/workflows/release-sdk-testing-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,13 +14,8 @@ on:

jobs:
build-and-upload:
runs-on: ubuntu-latest
steps:
- name: "Checkout"
uses: actions/checkout@v3

- uses: ./.github/workflows/build-and-push.yml
with:
version: ${{ inputs.version }}
docker_contex: ./package-testing/testing-api
image_name: testing-api
uses: ./.github/workflows/build-and-push.yml
with:
version: ${{ inputs.version }}
docker_contex: ./package-testing/testing-api
image_name: testing-api

0 comments on commit 0902c3e

Please sign in to comment.