Skip to content

Commit

Permalink
fix: image expressions not supported (#6)
Browse files Browse the repository at this point in the history
  • Loading branch information
seslly authored Mar 19, 2024
1 parent 68363f9 commit 2a37480
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,10 +13,6 @@ inputs:
eks_cluster:
description: "Name of your EKS cluster (i.e., from `eksctl get cluster`)"
required: true
image:
description: "Optionally use a pre-built image to save build time"
required: false
default: "Dockerfile"
verbose:
description: "Enables shell command tracing. Takes string input 'true' or 'false'. Defaults to false."
required: false
Expand All @@ -26,6 +22,6 @@ outputs:
description: "Output returned by your Helm or kubectl command"
runs:
using: "docker"
image: ${{ inputs.image }}
image: "Dockerfile"
args:
- ${{ inputs.command }}

0 comments on commit 2a37480

Please sign in to comment.