Skip to content

Commit

Permalink
chore: update the cicd flow
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrest1 committed Feb 6, 2024
1 parent f831dec commit 2c1eda6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ jobs:
run: |
echo ${{ secrets.DOCKER_PASSWORD }} | docker login -u ${{ secrets.DOCKER_USERNAME }} --password-stdin
docker buildx create --use
docker buildx build -t dkrest/task-manager:latest -f . .
docker buildx build -t dkrest/task-manager:latest -f . --load .
docker push dkrest/task-manager:latest
- name: SSH into EC2 Instance and Deploy
Expand Down

0 comments on commit 2c1eda6

Please sign in to comment.