Skip to content

feat: update docker action with more ssh keys - #197

Merged
PaulArnaud merged 2 commits into
masterfrom
feat/update-docker-action-with-more-ssh-keys
Aug 25, 2026
Merged

PaulArnaud merged 2 commits into
masterfrom
feat/update-docker-action-with-more-ssh-keys

Conversation

@PaulArnaud

Copy link
Copy Markdown
Contributor

No description provided.

@PaulArnaud PaulArnaud self-assigned this Aug 25, 2026

Copilot AI left a comment

Copy link
Copy Markdown

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Pull request overview

This PR updates the reusable docker-push-v4 GitHub Actions workflow to accept additional optional SSH key secrets for Docker builds that need SSH access (e.g., private dependencies during docker buildx).

Changes:

  • Adds three new optional workflow_call secrets (PROTOBUF_4_DOWNLINK_WORKER, PROTOBUF_4_INTAKE_STATS, PROTOBUF_4_INTAKE_PROBES).
  • Extends the webfactory/ssh-agent step to consider these secrets when selecting an SSH key.

💡 Add a code-review agent skill or configure MCP servers for context-aware, tailored reviews. Learn more in the docs.

uses: webfactory/ssh-agent@v0.9.0
with:
ssh-private-key: ${{ secrets.OLYMPE_4_DEMETER || secrets.OLYMPE_4_SISYPHE || secrets.SSH_PRIVATE_KEY }}
ssh-private-key: ${{ secrets.OLYMPE_4_DEMETER || secrets.OLYMPE_4_SISYPHE || secrets.SSH_PRIVATE_KEY || secrets.PROTOBUF_4_DOWNLINK_WORKER || secrets.PROTOBUF_4_INTAKE_STATS || secrets.PROTOBUF_4_INTAKE_PROBES }}
@PaulArnaud
PaulArnaud merged commit f78bb81 into master Aug 25, 2026
2 checks passed
@PaulArnaud
PaulArnaud deleted the feat/update-docker-action-with-more-ssh-keys branch August 25, 2026 11:18
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants