mirror of
https://github.com/actions/container-toolkit-action.git
synced 2026-01-10 11:11:18 +08:00
Add toolkit example to container (#1)
* Add toolkit * Remove entrypoint * Use a node container * Debug * Temporarily remove package-lock.json for local dependencies * Clean up * Get logging working * Use entrypoint * Debug * Debug * Just print repo name
This commit is contained in:
@@ -7,6 +7,4 @@ inputs:
|
||||
default: 'world'
|
||||
runs:
|
||||
using: 'docker'
|
||||
image: 'Dockerfile'
|
||||
args:
|
||||
- ${{ inputs.myInput }}
|
||||
image: 'Dockerfile'
|
||||
Reference in New Issue
Block a user