mirror of
https://github.com/Unleash/unleash.git
synced 2025-02-04 00:18:01 +01:00
fix: remove immutable switch from frontend build (#7331)
This commit is contained in:
parent
df3ca10a6d
commit
b0f0396442
2
.github/workflows/docker_publish.yaml
vendored
2
.github/workflows/docker_publish.yaml
vendored
@ -55,7 +55,7 @@ jobs:
|
|||||||
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||||
- name: Build frontend
|
- name: Build frontend
|
||||||
run: |
|
run: |
|
||||||
yarn --cwd ./frontend install --immutable
|
yarn --cwd ./frontend install
|
||||||
yarn build:frontend
|
yarn build:frontend
|
||||||
- name: Build tag and push image to Docker hub
|
- name: Build tag and push image to Docker hub
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
Loading…
Reference in New Issue
Block a user