Skip to content

Commit

Permalink
simplify docker build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kokal33 committed Oct 5, 2023
1 parent 3cd172d commit ee9cf95
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,8 @@ jobs:
- name: Build and tag Docker image
run: |
echo "Building Docker image..."
docker build -f http-server/Dockerfile -t "public.ecr.aws/b3c4u5n1/filecoin-core-api:${{ github.ref_name }}" .
docker build -t "public.ecr.aws/b3c4u5n1/filecoin-core-api:${{ github.ref_name }}" .
- name: Push Docker image to ECR
run: |
echo "Pushing Docker image to ECR..."
Expand Down

0 comments on commit ee9cf95

Please sign in to comment.