Skip to content

Commit

Permalink
Fixed docker hub publish version
Browse files Browse the repository at this point in the history
  • Loading branch information
mfriesen committed Oct 22, 2023
1 parent 7e8e67a commit 148e512
Showing 1 changed file with 2 additions and 5 deletions.
7 changes: 2 additions & 5 deletions .github/workflows/docker_hub.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -24,15 +24,12 @@ jobs:
username: ${{ secrets.DOCKER_USERNAME }}
password: ${{ secrets.DOCKER_PASSWORD }}

- name: Build project
- name: Npm Install
run: cd formkiq && npm install

- name: Build project
run: cd formkiq && npx nx build formkiq-document-console-react

#- name: Zip project
# run: cd formkiq/dist/apps/formkiq-document-console-react && zip -r formkiq-console.zip *

- uses: nyaa8/package-version@v1
with:
path: "formkiq/package.json"
Expand All @@ -45,4 +42,4 @@ jobs:
context: .
file: ./Dockerfile
push: true
tags: "formkiq/document-console:${{ env.PACKAGE_VERSION }}-SNAPSHOT"
tags: "${{ env.PACKAGE_VERSION }}-SNAPSHOT"

0 comments on commit 148e512

Please sign in to comment.