Skip to content

Commit cb42dd9

Browse files
authored
🚀 Optimize github workflows ci (#89)
1 parent 7edd9fe commit cb42dd9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

‎.github/workflows/ci.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ jobs:
4343
uses: docker/build-push-action@v6
4444
with:
4545
context: .
46-
file: ./Dockerfile
46+
file: ./Dockerfile-nginx
4747
platforms: linux/arm64,linux/amd64
4848
push: ${{ github.event_name != 'pull_request' }}
4949
build-args: |

0 commit comments

Comments
 (0)