Skip to content

Commit

Permalink
Merge pull request #3 from tidalmigrations/sam/last-stable
Browse files Browse the repository at this point in the history
Lock the action to the last stable docker container
  • Loading branch information
SamDesmondKing authored May 29, 2024
2 parents 127b17b + 72369b2 commit 5aac996
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ inputs:
required: false
runs:
using: 'docker'
image: 'docker://gcr.io/tidal-1529434400027/tidal-tools:latest'
image: 'docker://gcr.io/tidal-1529434400027/tidal-tools:last-stable'
args:
- --tidal-email
- '${{ inputs.tidal-email }}'
Expand Down
2 changes: 1 addition & 1 deletion doctor/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'gcr.io/tidal-1529434400027/tidal-tools:latest'
image: 'gcr.io/tidal-1529434400027/tidal-tools:last-stable'
args:
- 'doctor'
- '--tidal-email'
Expand Down
2 changes: 1 addition & 1 deletion ping/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ inputs:
required: true
runs:
using: 'docker'
image: 'gcr.io/tidal-1529434400027/tidal-tools:latest'
image: 'gcr.io/tidal-1529434400027/tidal-tools:last-stable'
args:
- 'ping'
- '--tidal-email'
Expand Down

0 comments on commit 5aac996

Please sign in to comment.