Skip to content

Commit

Permalink
Build GUI
Browse files Browse the repository at this point in the history
  • Loading branch information
aopoltorzhicky committed Jul 7, 2023
1 parent 0787698 commit cc5963a
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
context: .
file: build/sandbox/Dockerfile
build-args: |
TAG=4.5.4
TAG=4.5.5
push: true
cache-from: type=gha
cache-to: type=gha,mode=max
Expand Down
2 changes: 1 addition & 1 deletion build/sandbox/Dockerfile
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
FROM node:14 AS build
FROM node:16 AS build

ARG TAG
RUN git clone --depth=1 --branch ${TAG} https://github.com/baking-bad/bcd.git /bcd
Expand Down

0 comments on commit cc5963a

Please sign in to comment.