Skip to content

Commit

Permalink
Beta for frontned
Browse files Browse the repository at this point in the history
  • Loading branch information
siewer committed Aug 28, 2024
1 parent c1695a1 commit 0f101f8
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions .github/workflows/docker-build-frontend.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,6 @@ jobs:
run: |
cd frontend
docker build -t mixeway/flow:latest .
docker build -t mixeway/flow:latest-beta .
docker push mixeway/flow:latest
docker push mixeway/flow:latest-beta
3 changes: 2 additions & 1 deletion frontend/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,4 +14,5 @@ npm start


### ARM
arm image is with `latest-arm` tag
arm image is with `latest-arm` tag

0 comments on commit 0f101f8

Please sign in to comment.