Skip to content

Commit

Permalink
fix: remove immutable switch from frontend build (#7331)
Browse files Browse the repository at this point in the history
  • Loading branch information
kwasniew authored Jun 10, 2024
1 parent df3ca10 commit b0f0396
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker_publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}
- name: Build frontend
run: |
yarn --cwd ./frontend install --immutable
yarn --cwd ./frontend install
yarn build:frontend
- name: Build tag and push image to Docker hub
uses: docker/build-push-action@v5
Expand Down

0 comments on commit b0f0396

Please sign in to comment.