Skip to content

Commit c8ff73e

Browse files
author
Tsotne Tabidze
committed
Fix docker image tag
Signed-off-by: Tsotne Tabidze <[email protected]>
1 parent 6fbe01b commit c8ff73e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/pr_integration_tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
env:
3939
ECR_REGISTRY: ${{ steps.login-ecr.outputs.registry }}
4040
ECR_REPOSITORY: feast-python-server
41-
IMAGE_TAG: ${{ github.sha }}
41+
IMAGE_TAG: ${{ github.event.pull_request.head.ref }}
4242
run: |
4343
docker build \
4444
--file sdk/python/feast/infra/feature_servers/aws_lambda/Dockerfile \

0 commit comments

Comments
 (0)