Skip to content

Commit

Permalink
fix: Make file argument optional in docker build actions (#50)
Browse files Browse the repository at this point in the history
  • Loading branch information
zerok authored Feb 23, 2024
1 parent 9a1f6e9 commit b2c2806
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion actions/build-push-to-dockerhub/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ inputs:
file:
description: |
The dockerfile to use.
default: "Dockerfile"
required: false

runs:
using: composite
Expand Down
2 changes: 1 addition & 1 deletion actions/push-to-gar-docker/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ inputs:
file:
description: |
The dockerfile to use.
default: "Dockerfile"
required: false

runs:
using: composite
Expand Down

0 comments on commit b2c2806

Please sign in to comment.