Skip to content

Commit

Permalink
ci: fix tag name release
Browse files Browse the repository at this point in the history
  • Loading branch information
SebRollen committed Dec 9, 2021
1 parent 0b8f483 commit fa49b32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ jobs:
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
ECR_REPOSITORY: alpaca-data-relay
DOCKER_BUILDKIT: 1
IMAGE_TAG: ${{ github.event.release.name }}
IMAGE_TAG: ${{ github.event.release.tag_name }}
run: |
docker build --ssh default -t $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG .
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG

0 comments on commit fa49b32

Please sign in to comment.