We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f074008 commit 7a16016Copy full SHA for 7a16016
.github/workflows/playwright.yml
@@ -39,6 +39,7 @@ jobs:
39
- name: Build and export to Docker
40
uses: docker/build-push-action@v6
41
with:
42
+ file: api.Dockerfile
43
load: true
44
tags: api:test
45
build-args: mode=playwright
@@ -62,6 +63,7 @@ jobs:
62
63
64
65
66
67
68
69
0 commit comments