mirror of
https://github.com/ivuorinen/ghaw-auditor.git
synced 2026-03-23 00:03:54 +00:00
feat: initial commit
This commit is contained in:
21
tests/fixtures/docker-action.yml
vendored
Normal file
21
tests/fixtures/docker-action.yml
vendored
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
name: 'Docker Action'
|
||||
description: 'A Docker action example'
|
||||
|
||||
inputs:
|
||||
dockerfile:
|
||||
description: 'Path to Dockerfile'
|
||||
required: false
|
||||
default: 'Dockerfile'
|
||||
|
||||
outputs:
|
||||
image-id:
|
||||
description: 'Built image ID'
|
||||
|
||||
runs:
|
||||
using: docker
|
||||
image: Dockerfile
|
||||
args:
|
||||
- ${{ inputs.dockerfile }}
|
||||
env:
|
||||
BUILD_ENV: production
|
||||
Reference in New Issue
Block a user