paketo-buildpacks / stacks

stacks
Apache License 2.0
35 stars 23 forks source link

use skopeo login for docker login #79

Closed sophiewigmore closed 3 years ago

sophiewigmore commented 3 years ago

Summary

The create-stack workflow is failing on the docker login step. This changes the login to use skopeo login like we do in paketo-buildpacks/github-config.

Use Cases

Checklist

sophiewigmore commented 3 years ago

Closing because skopeo login isn't the solution to this problem. The problem is with the fact that: Note: With the exception of GITHUB_TOKEN, secrets are not passed to the runner when a workflow is triggered from a forked repository. (from https://docs.github.com/en/actions/reference/encrypted-secrets#using-encrypted-secrets-in-a-workflow), and the PR that broke this workflow is from a fork.