mirror of
https://github.com/browser-use/web-ui.git
synced 2026-03-22 11:17:17 +08:00
Add docker build workflow
This commit is contained in:
5
.github/workflows/build.yml
vendored
5
.github/workflows/build.yml
vendored
@@ -1,7 +1,10 @@
|
|||||||
name: Build Docker Image
|
name: Build Docker Image
|
||||||
|
|
||||||
on:
|
on:
|
||||||
push:
|
release:
|
||||||
|
types:
|
||||||
|
- published
|
||||||
|
- prereleased
|
||||||
|
|
||||||
env:
|
env:
|
||||||
GITHUB_CR_REPO: ghcr.io/${{ github.repository }}
|
GITHUB_CR_REPO: ghcr.io/${{ github.repository }}
|
||||||
|
|||||||
Reference in New Issue
Block a user