Skip to content

Commit

Permalink
Fix dockerfile
Browse files Browse the repository at this point in the history
  • Loading branch information
okiyama committed Jun 12, 2024
1 parent dfa98da commit 05c3068
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name: CI/CD Pipeline
run-name: Deploy to ${{ inputs.deploy_target }} by @${{ github.actor }}
run-name: Deploy to Unraid Local by @${{ github.actor }}

on:
push:
Expand Down Expand Up @@ -31,7 +31,8 @@ jobs:

- name: Build and push Docker image
run: |
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/writeshite-backend:latest .
pwd
docker build -t ${{ secrets.DOCKER_HUB_USERNAME }}/writeshite-backend:latest ./docker/Dockerfile
docker push ${{ secrets.DOCKER_HUB_USERNAME }}/writeshite-backend:latest
deploy:
Expand Down

0 comments on commit 05c3068

Please sign in to comment.