Skip to content

Commit

Permalink
ajout build npm et nx docker-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
cdebarros committed Nov 30, 2023
1 parent bb2fdbb commit a8041e5
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/docker-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,6 +68,12 @@ jobs:
with:
images: ${{ env.REGISTRY }}/${{ env.IMAGE_NAME }}

# build dist npm and nx
- name: Npm install
run: npm install
- name: npx build
run: npx nx build datahub

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

0 comments on commit a8041e5

Please sign in to comment.