Skip to content

Commit

Permalink
Update release.yml (#161)
Browse files Browse the repository at this point in the history
use git tag as tag
  • Loading branch information
johnsonjie authored Jan 24, 2024
1 parent d46e4e2 commit 09d6208
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
env:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: rollup-explorer-backend
IMAGE_TAG: ${{ steps.meta.outputs.tags }}
IMAGE_TAG: ${{github.ref_name}}
run: |
# Build a docker container and push it to ECR
# docker build -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
Expand Down

0 comments on commit 09d6208

Please sign in to comment.