We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b6229d9 commit f3e2682Copy full SHA for f3e2682
.github/workflows/release.yml
@@ -3,7 +3,7 @@ name: Build and Push Docker Image
3
on:
4
push:
5
tags:
6
- - 'v*'
+ - "v*"
7
8
jobs:
9
build-and-push:
@@ -28,7 +28,7 @@ jobs:
28
with:
29
registry: ghcr.io
30
username: ${{ github.actor }}
31
- password: ${{ secrets.GITHUB_TOKEN }}
+ password: ${{ secrets.TOKEN }}
32
33
- name: Build and push Docker image
34
uses: docker/build-push-action@v5
.gitignore
@@ -13,7 +13,6 @@ tsk.db
13
frontend/node_modules/
14
frontend/dist/
15
frontend/.vite/
16
-frontend/package-lock.json
17
18
# Logs
19
*.log
0 commit comments