Skip to content

Commit

Permalink
Merge pull request #21 from tj-actions/feat/make-args-optional
Browse files Browse the repository at this point in the history
feat: make args optional
  • Loading branch information
repo-ranger[bot] authored Jan 23, 2023
2 parents 7a4c44a + 174427f commit 957ff81
Show file tree
Hide file tree
Showing 4 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
uses: docker/build-push-action@v3
id: docker-build
with:
context: .
context: test
load: true
push: false
tags: user/app:latest
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ inputs:
required: true
args:
description: 'Command to run'
required: true
required: false
options:
description: 'Options to pass to docker run'
required: false
Expand Down
File renamed without changes.
File renamed without changes.

0 comments on commit 957ff81

Please sign in to comment.