Skip to content

Commit

Permalink
Use 2.1.2 rather than latest in actions.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
solvaholic committed Dec 28, 2020
1 parent 5dab9bc commit 82f1118
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ inputs:

runs:
using: 'docker'
image: 'docker://ghcr.io/solvaholic/octodns-sync:latest'
image: 'docker://ghcr.io/solvaholic/octodns-sync:2.1.2'
args:
- ${{ inputs.config_path }}
- ${{ inputs.doit }}
Expand Down

0 comments on commit 82f1118

Please sign in to comment.