Skip to content

Commit 5aac996

Browse files
Merge pull request #3 from tidalmigrations/sam/last-stable
Lock the action to the last stable docker container
2 parents 127b17b + 72369b2 commit 5aac996

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
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 }}'

doctor/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
required: true
1313
runs:
1414
using: 'docker'
15-
image: 'gcr.io/tidal-1529434400027/tidal-tools:latest'
15+
image: 'gcr.io/tidal-1529434400027/tidal-tools:last-stable'
1616
args:
1717
- 'doctor'
1818
- '--tidal-email'

ping/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ inputs:
1212
required: true
1313
runs:
1414
using: 'docker'
15-
image: 'gcr.io/tidal-1529434400027/tidal-tools:latest'
15+
image: 'gcr.io/tidal-1529434400027/tidal-tools:last-stable'
1616
args:
1717
- 'ping'
1818
- '--tidal-email'

0 commit comments

Comments
 (0)