Skip to content

Commit

Permalink
NIT-952 point at share dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
Piotr Grzeskowiak committed Nov 22, 2023
1 parent 7544fc3 commit 1ff41f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cloud-platform-build-push-share.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: Build image and push to ECR
working-directory: ./docker-files
run: |
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG Dockerfile-share
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG . -f Dockerfile-share
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
env:
REGISTRY: ${{ steps.login-ecr.outputs.registry }}
Expand Down

0 comments on commit 1ff41f3

Please sign in to comment.