Skip to content

Commit

Permalink
build nx skip cache
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Jun 24, 2024
1 parent a04287a commit 569b07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -70,7 +70,7 @@ jobs:
- name: Npm install
run: npm install
- name: npx build
run: npx nx build datahub --base-href=/catalogue/
run: npx nx build datahub --base-href=/catalogue/ --skip-nx-cache

# Build and push Docker image with Buildx (don't push on PR)
# https://github.com/docker/build-push-action
Expand Down

0 comments on commit 569b07c

Please sign in to comment.