Skip to content
This repository has been archived by the owner on Oct 9, 2024. It is now read-only.

Commit

Permalink
Merge pull request #60 from JupiterOne/fix-gh-workflow
Browse files Browse the repository at this point in the history
fix github workflow
  • Loading branch information
RonaldEAM authored Jan 16, 2024
2 parents 68bec5f + 0b37be6 commit a06190c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,10 +77,10 @@ jobs:
echo "//registry.npmjs.org/:_authToken=${NPM_AUTH_TOKEN}" > .npmrc
yarn
npm publish
publish-image:
if: ${{github.event_name != 'pull_request'}}
uses: jupiterone/.github/.github/workflows/publish_integration_docker_image.yaml@v1.0.0
uses: jupiterone/.github/.github/workflows/publish_integration_docker_image.yaml@v3
with:
package-name: 'jupiterone/graph-kubernetes'
secrets:
Expand Down

0 comments on commit a06190c

Please sign in to comment.