Skip to content

Commit

Permalink
Using the correct name and path
Browse files Browse the repository at this point in the history
  • Loading branch information
javuto committed Jan 26, 2022
1 parent 4db49c2 commit a3f38ed
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ on:
- 'release/*'

jobs:
build-publish-chainlink:
build-sign-publish-chainlink:
runs-on: ubuntu-20.04
environment: build-publish
steps:
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 # v2.4.0

- name: Build chainlink image
uses: ./.github/actions/build-publish-chainlink
uses: ./.github/actions/build-sign-publish-chainlink
with:
publish: false
image-name: test-chainlink
Expand Down

0 comments on commit a3f38ed

Please sign in to comment.