Skip to content

Commit

Permalink
chore: update my github workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
dkrest1 committed Feb 6, 2024
1 parent 3b79bf4 commit f831dec
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 . .
docker push dkrest/task-manager:latest
- name: SSH into EC2 Instance and Deploy
Expand Down

0 comments on commit f831dec

Please sign in to comment.