Skip to content

Commit

Permalink
Merge pull request #21 from apoorvprecisely/fix_build
Browse files Browse the repository at this point in the history
chore: fix service id
  • Loading branch information
apoorvprecisely authored Aug 11, 2021
2 parents 4b271ea + 404f4e5 commit bd01666
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@ jobs:
BUILD_TAG: ${{ steps.extract_tag.outputs.BUILD_TAG }}
run: |
cd $GITHUB_WORKSPACE
docker tag solr:$BUILD_TAG $ECR_URL/$SERVICE:$BUILD_TAG
docker tag solr:$BUILD_TAG $ECR_URL/solr:$BUILD_TAG
docker push $ECR_URL/solr:$BUILD_TAG
if [ ! -z "$TAG" ]; then
docker tag solr:$BUILD_TAG $ECR_URL/solr:latest
Expand Down

0 comments on commit bd01666

Please sign in to comment.