Skip to content

Commit

Permalink
Change build context
Browse files Browse the repository at this point in the history
  • Loading branch information
mUusitalo committed Sep 3, 2024
1 parent 42e7ddb commit 7520aab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
- name: Build and push image
uses: docker/build-push-action@v5
with:
context: .
context: app
push: true
tags: ${{ secrets.REGISTRY_NAME }}.azurecr.io/kiltiskamera/kamera:${{ github.sha }}
cache-from: type=gha,ref=${{ github.ref_name }}
Expand Down

0 comments on commit 7520aab

Please sign in to comment.