Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
  • Loading branch information
taulant.disha authored and taulant.disha committed May 16, 2024
1 parent dcf48d2 commit a2ec1f0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,8 @@ jobs:
- name: Build and Push Docker Image
uses: docker/build-push-action@v2
with:
context: ../
file: ../Dockerfile
context: .
file: Dockerfile
push: true
tags: ghcr.io/${{ github.actor }}/launchpad:main
build-args:
Expand Down

0 comments on commit a2ec1f0

Please sign in to comment.