Skip to content

Commit

Permalink
docker push uncomment
Browse files Browse the repository at this point in the history
  • Loading branch information
amarzilpesf committed Dec 6, 2023
1 parent 6aed6c8 commit 0d9785e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
1 change: 1 addition & 0 deletions .github/workflows/docker-ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,5 +33,6 @@ jobs:
run: |
export IMAGE_TAG=$(cat version.json | jq -r .version)
./scripts/docker-build-tag-and-push.sh
# - name: docker-compose build
# run: docker-compose build
6 changes: 3 additions & 3 deletions scripts/docker-build-tag-and-push.sh
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ docker-compose -f $DOCKER_COMPOSE_FILE build
printf "\nTagging image $IMAGE_NAME:$IMAGE_TAG...\n"
docker tag sourcefuse/sourcefuse-backstage:latest $IMAGE_NAME:$IMAGE_TAG

# printf "\nPushing $IMAGE_NAME:$IMAGE_TAG to ECR...\n"
# docker push $IMAGE_NAME:$IMAGE_TAG
printf "\nPushing $IMAGE_NAME:$IMAGE_TAG to ECR...\n"
docker push $IMAGE_NAME:$IMAGE_TAG

# echo "::set-output name=image::$IMAGE_NAME:$IMAGE_TAG"
echo "::set-output name=image::$IMAGE_NAME:$IMAGE_TAG"

0 comments on commit 0d9785e

Please sign in to comment.