Skip to content

Commit

Permalink
Script issue
Browse files Browse the repository at this point in the history
  • Loading branch information
sn0wm1ku committed Jan 31, 2024
1 parent 7ba93b7 commit 81f0359
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,8 @@ jobs:
uses: actions/Checkout@v4 #version in small letter
- name: Build
run: |
docker build -t ${{ github.repository }}:latest --file Docker/Dockerfile .
cd Docker
docker build -t ${{ github.repository }}:latest .


3 changes: 2 additions & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ jobs:
- uses: actions/checkout@v4
- name: Build
run: |
docker build -t ${{ github.repository }}:latest --file Docker/Dockerfile .
cd Docker
docker build -t ${{ github.repository }}:latest .
- name: Login Docker Hub
uses: docker/login-action@v3
with:
Expand Down

0 comments on commit 81f0359

Please sign in to comment.