Skip to content

Commit

Permalink
Merge pull request #8 from mobilecoinofficial/fix-docker
Browse files Browse the repository at this point in the history
Make actions image value a url
  • Loading branch information
jgreat authored Apr 8, 2022
2 parents 8b3b987 + dd463fc commit 692e9c6
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ inputs:
chart_repo:
description: "url for chart repo"
required: false
chart_set:
chart_set:
description: "new line list of --set commands"
required: false
chart_values:
Expand Down Expand Up @@ -68,7 +68,7 @@ inputs:
description: "rancher project"
required: false
default: "default"
rancher_token:
rancher_token:
description: "Rancher Auth Token"
required: false
rancher_url:
Expand All @@ -85,6 +85,6 @@ inputs:
required: false
runs:
using: 'docker'
image: mobilecoin/gha-k8s-toolbox:v1.0
image: docker://mobilecoin/gha-k8s-toolbox:v1.0
args:
- ${{ inputs.command }}

0 comments on commit 692e9c6

Please sign in to comment.