Skip to content

Commit

Permalink
feat: update buildImageOnDispatch.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
ray-yhc authored Jul 20, 2023
1 parent 5ec3763 commit 4505254
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/buildImageOnDispatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on: workflow_dispatch
env:
ECR_ROOT: ${{ secrets.AWS_ECR_ROOT }}
ECR_REPOSITORY: lgtm-api-server
IMAGE_NAME: lgtm-api-server:${{ github.ref_name }}_0.0.${{ github.run_number }}
IMAGE_NAME: lgtm-api-server:0.0.${{ github.run_number }}

jobs:
build:
Expand Down

0 comments on commit 4505254

Please sign in to comment.