Skip to content

Commit

Permalink
fixes
Browse files Browse the repository at this point in the history
Issue #348
  • Loading branch information
rsoika committed Jun 19, 2024
1 parent f3a02cc commit 123396a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build-maven-docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ jobs:
run: mvn -B package --file pom.xml

- name: Building Docker image
run: docker build . --file Dockerfile --tag my-image-name:$(date +%s)
run: docker build . --file Dockerfile --tag imixs/open-bpmn:$(date +%s)

1 change: 0 additions & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@ ENV PUPPETEER_SKIP_DOWNLOAD=true
COPY open-bpmn.glsp-client/ ./open-bpmn.glsp-client/
# Build GLSP Client part
WORKDIR /usr/src/app/open-bpmn.glsp-client
RUN yarn clean
RUN yarn install

# Copy GLSP Server part
Expand Down

0 comments on commit 123396a

Please sign in to comment.