Skip to content

Commit

Permalink
context fix on pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
th0rn0 committed Mar 24, 2024
1 parent 2133069 commit bc265e0
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker-image.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,25 +28,22 @@ jobs:
-
name: Create Dummy .env
run: touch src/.env
-
name: Build Images
run: make build
-
name: Build App Dependencies
run: make build && make artisan-storage-link
-
name: Push - NGINX
uses: docker/build-push-action@v5
with:
context: resources/docker/nginx/
context: .
file: resources/docker/nginx/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-manager:nginx-latest
-
name: Push - APP
uses: docker/build-push-action@v5
with:
context: resources/docker/php/
context: .
file: resources/docker/php/Dockerfile
push: true
tags: ${{ secrets.DOCKERHUB_USERNAME }}/lanops-manager:app-latest

0 comments on commit bc265e0

Please sign in to comment.