Skip to content

186049138 - Update awscli image to include openssh #218

186049138 - Update awscli image to include openssh

186049138 - Update awscli image to include openssh #218

Workflow file for this run

---
name: "Image: node"
permissions:
actions: write # so 'cancel-workflow-action' can function
on:
workflow_dispatch:
push:
branches:
- main
pull_request:
branches:
- main
jobs:
workflows:
uses: ./.github/workflows/build-image-base.yml
with:
image: node
platforms: linux/amd64,linux/arm64
test_platform: linux/amd64
secrets: inherit