We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ca9269e commit 00332f1Copy full SHA for 00332f1
README.md
@@ -26,7 +26,8 @@ jobs:
26
steps:
27
- uses: actions/checkout@v3
28
- id: publish-image
29
- uses: jupiterone/[email protected]
+ if: env.publish == 'true' # Only publish when releasing a new version to main
30
+ uses: jupiterone/publish-integration-image-action@v1
31
with:
32
package-name: 'jupiterone/graph-kubernetes'
33
docker-username: ${{ secrets.DOCKERHUB_USERNAME }}
0 commit comments