Skip to content

Commit

Permalink
Clear some tag variation for build docker
Browse files Browse the repository at this point in the history
  • Loading branch information
VovaStelmashchuk committed Mar 8, 2024
1 parent 0826c76 commit f329a3e
Show file tree
Hide file tree
Showing 2 changed files with 32 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/web_prod_deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,9 +21,6 @@ jobs:
type=ref,event=branch
type=ref,event=pr
type=semver,pattern={{version}}
type=semver,pattern={{major}}.{{minor}}
type=semver,pattern={{major}}
type=sha
- name: Set up QEMU
uses: docker/setup-qemu-action@v3
- name: Set up Docker Buildx
Expand Down
32 changes: 32 additions & 0 deletions nest2dvue/src/views/BlogView.vue
Original file line number Diff line number Diff line change
@@ -1,4 +1,36 @@
<template>
<div class="article-container">
<div class="article-title">
<p>Project updates, #5, I learn how to do the database, also CI</p>
</div>
<div class="article-meta">
<p>Published on
<time datetime="2024-08-03">Mar 8, 2024</time>
by nest2d
</p>
</div>
<div class="article-body">
<h2>New feature</h2>
<ul>
<li>Move max nesting time to config</li>
</ul>
<h2>Bug fix</h2>
<ul>
<li>Fix the database query</li>
<li>Speed up the new NFP cache</li>
</ul>
<h2>Tech task</h2>
<ul>
<li>Make the CI which build docker image of the web app</li>
</ul>
<h2>Next stages</h2>
<ul>
<li>Add CI for backend app</li>
<li>Add support for more DXF tags</li>
<li>Make possible to and new project for end user</li>
</ul>
</div>
</div>
<div class="article-container">
<div class="article-title">
<p>Project updates, #4, We have the database</p>
Expand Down

0 comments on commit f329a3e

Please sign in to comment.