Skip to content

Commit

Permalink
Merge pull request #145 from paketo-buildpacks/fix-publish
Browse files Browse the repository at this point in the history
Fix pipeline-descriptor.yml and add missing `{ .. }`
  • Loading branch information
dmikusa authored Feb 3, 2023
2 parents 272593d + b9a5162 commit ef71ddc
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/pipeline-descriptor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ codeowners:
package:
repositories: ["docker.io/paketobuildpacks/datadog","gcr.io/paketo-buildpacks/datadog"]
register: true
registry_token: ${ secrets.PAKETO_BOT_GITHUB_TOKEN }
registry_token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}

docker_credentials:
- registry: gcr.io
Expand All @@ -29,4 +29,4 @@ dependencies:
- id: datadog-agent-nodejs
uses: docker://ghcr.io/paketo-buildpacks/actions/npm-dependency:main
with:
package: dd-trace
package: dd-trace
2 changes: 1 addition & 1 deletion .github/workflows/pb-create-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -227,5 +227,5 @@ jobs:
with:
address: docker.io/paketobuildpacks/datadog@${{ steps.package.outputs.digest }}
id: paketo-buildpacks/datadog
token: ${ secrets.PAKETO_BOT_GITHUB_TOKEN }
token: ${{ secrets.PAKETO_BOT_GITHUB_TOKEN }}
version: ${{ steps.version.outputs.version }}

0 comments on commit ef71ddc

Please sign in to comment.