Skip to content

Commit

Permalink
fixed path
Browse files Browse the repository at this point in the history
  • Loading branch information
khoroshevskyi committed May 1, 2024
1 parent e55a907 commit 2337d49
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api-dev.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
REPOSITORY: dev1-bedhost
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f Dockerfiles/${{ env.server }}.Dockerfile .
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f deployment/Dockerfiles/${{ env.server }}.Dockerfile .
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
echo "image=$REGISTRY/$REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-api.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ jobs:
REPOSITORY: bedhost
IMAGE_TAG: ${{ github.sha }}
run: |
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f Dockerfiles/${{ env.server }}.Dockerfile .
docker build -t $REGISTRY/$REPOSITORY:$IMAGE_TAG -f deployment/Dockerfiles/${{ env.server }}.Dockerfile .
docker push $REGISTRY/$REPOSITORY:$IMAGE_TAG
echo "image=$REGISTRY/$REPOSITORY:$IMAGE_TAG" >> $GITHUB_OUTPUT
Expand Down

0 comments on commit 2337d49

Please sign in to comment.