Skip to content

Commit f3e2682

Browse files
committed
Github actions should be better
1 parent b6229d9 commit f3e2682

File tree

3 files changed

+1376
-3
lines changed

3 files changed

+1376
-3
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Build and Push Docker Image
33
on:
44
push:
55
tags:
6-
- 'v*'
6+
- "v*"
77

88
jobs:
99
build-and-push:
@@ -28,7 +28,7 @@ jobs:
2828
with:
2929
registry: ghcr.io
3030
username: ${{ github.actor }}
31-
password: ${{ secrets.GITHUB_TOKEN }}
31+
password: ${{ secrets.TOKEN }}
3232

3333
- name: Build and push Docker image
3434
uses: docker/build-push-action@v5

.gitignore

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,6 @@ tsk.db
1313
frontend/node_modules/
1414
frontend/dist/
1515
frontend/.vite/
16-
frontend/package-lock.json
1716

1817
# Logs
1918
*.log

0 commit comments

Comments
 (0)