You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
So what I would like to do is create a reusable workflow that will load the ssh-agent if the private key has been passed, but be able to have the ssh option always defined in the GHA for the docker/build-push-action action.
ssh: |
default=${{ env.SSH_AUTH_SOCK }}
Or is there a better way to create a reusable workflow that can do handle when you pass in a private key or when you don't.
Thanks!
The text was updated successfully, but these errors were encountered:
So what I would like to do is create a reusable workflow that will load the ssh-agent if the private key has been passed, but be able to have the ssh option always defined in the GHA for the docker/build-push-action action.
Or is there a better way to create a reusable workflow that can do handle when you pass in a private key or when you don't.
Thanks!
The text was updated successfully, but these errors were encountered: