Skip to content

Commit

Permalink
Pin to version 1.0.1
Browse files Browse the repository at this point in the history
  • Loading branch information
vanbroup authored May 26, 2021
1 parent d84ab50 commit 4a1145a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions action-template.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/digitorus/dv/dv:latest'
image: 'docker://ghcr.io/digitorus/dv/dv:1.0.1'
env:
DNS_PROVIDER: ${{ inputs.DNS_PROVIDER }}
DURATION_BEFORE_EXPIRY: ${{ inputs.DURATION_BEFORE_EXPIRY }}
Expand All @@ -45,4 +45,4 @@ runs:
ENTRUST_API_USERNAME: ${{ inputs.ENTRUST_API_USERNAME }}
ENTRUST_API_PASSEWORD: ${{ inputs.ENTRUST_API_PASSEWORD }}

#--ENV--
#--ENV--

0 comments on commit 4a1145a

Please sign in to comment.