Skip to content

Commit 74893ac

Browse files
committed
Fix app image build context
1 parent b49b05e commit 74893ac

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/docker-images.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ jobs:
103103
id: build-and-push-app
104104
uses: docker/build-push-action@v4
105105
with:
106-
context: app
106+
context: .
107107
push: ${{ github.event_name != 'pull_request' }}
108108
tags: ${{ steps.meta-app.outputs.tags }}
109109
labels: ${{ steps.meta-app.outputs.labels }}

0 commit comments

Comments
 (0)