Skip to content

Commit

Permalink
testing without latest
Browse files Browse the repository at this point in the history
  • Loading branch information
weiwang0305 committed Apr 18, 2024
1 parent 547b1a4 commit e05900b
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/task-definition-server.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "currentC-server",
"image": "525357733102.dkr.ecr.us-east-2.amazonaws.com/currentc-server:latest",
"image": "525357733102.dkr.ecr.us-east-2.amazonaws.com/currentc-server",
"cpu": 0,
"portMappings": [
{
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/task-definition.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
"containerDefinitions": [
{
"name": "currentC-client",
"image": "525357733102.dkr.ecr.us-east-2.amazonaws.com/currentc-client:latest",
"image": "525357733102.dkr.ecr.us-east-2.amazonaws.com/currentc-client",
"cpu": 0,
"portMappings": [
{
Expand Down

0 comments on commit e05900b

Please sign in to comment.