Skip to content

Commit

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

jobs:
build-and-upload:
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_context: ./package-testing/sdk-test-runner
image_name: sdk-test-runner
2 changes: 1 addition & 1 deletion .github/workflows/release-sdk-testing-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,5 +17,5 @@ jobs:
uses: ./.github/workflows/build-and-push.yml
with:
version: ${{ inputs.version }}
docker_contex: ./package-testing/testing-api
docker_context: ./package-testing/testing-api
image_name: testing-api

0 comments on commit f1de84d

Please sign in to comment.