Skip to content

Commit 4b86f0c

Browse files
authored
Update staging.yml
1 parent ec3b019 commit 4b86f0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/staging.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ on:
77
- prisma/schema.prisma
88
branches:
99
- main
10+
workflow_dispatch:
1011

1112
env:
1213
REGISTRY: ghcr.io
@@ -52,7 +53,6 @@ jobs:
5253
uses: docker/build-push-action@v6
5354
with:
5455
context: .
55-
file: ./apps/api/Dockerfile
5656
push: true
5757
tags: ${{ steps.meta.outputs.tags }}
5858
labels: ${{ steps.meta.outputs.labels }}

0 commit comments

Comments
 (0)