Skip to content

Commit

Permalink
trigger dev deployment
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelnchin committed Nov 14, 2023
1 parent 3813e1d commit 8628582
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ on:
default: "latest"
push:
branches:
- service-test-deploy
- main

jobs:
Expand Down Expand Up @@ -66,7 +67,7 @@ jobs:
REGISTRY: ${{ steps.login-ecr-public.outputs.registry }}
REGISTRY_ALIAS: neptune
REPOSITORY: graph-explorer
IMAGE_TAG: ${{ steps.get-image-tag.outputs.image_tag }}
IMAGE_TAG: dev # ${{ steps.get-image-tag.outputs.image_tag }}
run: |
docker build -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:$IMAGE_TAG .
docker build --build-arg NEPTUNE_NOTEBOOK=true -t $REGISTRY/$REGISTRY_ALIAS/$REPOSITORY:sagemaker-$IMAGE_TAG .
Expand Down

0 comments on commit 8628582

Please sign in to comment.