Skip to content

Commit

Permalink
use the same Dockerfile for dev and staging envs
Browse files Browse the repository at this point in the history
  • Loading branch information
haikoschol committed Dec 10, 2024
1 parent 820d20c commit ea484c9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 25 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/staging.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
CHAIN: ${{ matrix.chain }}
DD_API_KEY: ${{ secrets.DD_API_KEY }}
run: |
docker build -f=Dockerfile.staging . --progress=plain -t=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG --build-arg chain=$CHAIN --build-arg DD_API_KEY=$DD_API_KEY
docker build -f=Dockerfile.development . --progress=plain -t=$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG --build-arg chain=$CHAIN --build-arg DD_API_KEY=$DD_API_KEY
docker push $ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG
echo "::set-output name=image::$ECR_REGISTRY/$ECR_REPOSITORY:$IMAGE_TAG"
Expand Down
24 changes: 0 additions & 24 deletions Dockerfile.staging

This file was deleted.

0 comments on commit ea484c9

Please sign in to comment.