Compare commits
10 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| ea3423d32a | |||
| 6542a3bb28 | |||
| 35d2f1ca0b | |||
| 565d5701be | |||
| 2eb78ab73c | |||
| edf4647549 | |||
| e87a348b90 | |||
| c15b22c71a | |||
| 1c9f9c7803 | |||
| 89bdfdefd4 |
@@ -18,7 +18,7 @@ jobs:
|
||||
- name: Available platforms
|
||||
run: echo ${{ steps.qemu.outputs.platforms }}
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
uses: docker/setup-buildx-action@v2
|
||||
- name: Parse the git tag
|
||||
id: get_tag
|
||||
run: echo ::set-output name=TAG::$(echo $GITHUB_REF | cut -d / -f 3)
|
||||
|
||||
@@ -12,6 +12,7 @@ RUN go build -o ./app ./main.go
|
||||
FROM node:16-alpine as build-stage
|
||||
WORKDIR /app
|
||||
COPY ./ui/package*.json ./
|
||||
RUN apk add --no-cache autoconf automake build-base
|
||||
RUN npm install
|
||||
COPY ./ui .
|
||||
RUN npm run build
|
||||
|
||||
Reference in New Issue
Block a user