Skip to content

Commit b8b27ea

Browse files
Lock the action to the last stable docker container
1 parent 127b17b commit b8b27ea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ inputs:
2222
required: false
2323
runs:
2424
using: 'docker'
25-
image: 'docker://gcr.io/tidal-1529434400027/tidal-tools:latest'
25+
image: 'docker://gcr.io/tidal-1529434400027/tidal-tools:last-stable'
2626
args:
2727
- --tidal-email
2828
- '${{ inputs.tidal-email }}'

0 commit comments

Comments
 (0)