Skip to content

CHANGE github-action version and ADD token propertie #42

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 2 commits into from
Jul 21, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
name: ${{ matrix.docker }}
steps:
- name: build
uses: sysdiglabs/exporter-builder@v0.5
uses: sysdiglabs/exporter-builder@v0.6
with:
exporter: postgresql-exporter
artifactory_token: ${{ secrets.ARTI_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,12 @@ jobs:
if: "!startswith(github.ref, 'refs/tags/v')"
run: exit 78
- name: build
uses: sysdiglabs/exporter-builder@v0.4
uses: sysdiglabs/exporter-builder@v0.6
with:
exporter: postgresql-exporter
artifactory_token: ${{ secrets.ARTI_TOKEN }}
artifactory_username: [email protected]
sysdig_secure_token: ${{ secrets.SYSDIG_SECURE_TOKEN }}
tag_name: ${{ github.event.release.tag_name }}
target: ${{ matrix.docker }}
repository: artifactory.internal.sysdig.com