Skip to content

Commit

Permalink
Update inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
Y0sh1dk committed Dec 11, 2023
1 parent 036c142 commit 46503a2
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions action.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,20 @@
name: gha-docker-image-exists
description: Check if a docker image exists
author: Yosiah de Koeyer

inputs:
image:
description: "The image to check"
required: true
serverAddress:
description: "The server address to check against"
required: false
username:
description: "The username to use for authentication"
required: false
password:
description: "The password to use for authentication"
required: false

runs:
using: node16
Expand Down

0 comments on commit 46503a2

Please sign in to comment.