Skip to content

Commit ed753c6

Browse files
author
Martin Reynolds
committed
fix(action): will always use the current major version of the container
This is a temporary fix until we can dynamically set the image version locked to the release number
1 parent 28f1060 commit ed753c6

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
@@ -26,6 +26,6 @@ branding:
2626
color: 'green'
2727
runs:
2828
using: 'docker'
29-
image: 'docker://advancedcsg/action-jfrog-cli:master'
29+
image: 'docker://advancedcsg/action-jfrog-cli:1'
3030
args:
3131
- 'cmd'

0 commit comments

Comments
 (0)