Skip to content

Commit 00332f1

Browse files
committed
address pr feedback
1 parent ca9269e commit 00332f1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,8 @@ jobs:
2626
steps:
2727
- uses: actions/checkout@v3
2828
- id: publish-image
29-
uses: jupiterone/[email protected]
29+
if: env.publish == 'true' # Only publish when releasing a new version to main
30+
uses: jupiterone/publish-integration-image-action@v1
3031
with:
3132
package-name: 'jupiterone/graph-kubernetes'
3233
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}

0 commit comments

Comments
 (0)