Update secret
CI / lint (push) Successful in 5s
CI / test (push) Successful in 18s

This commit is contained in:
Logan
2026-04-21 01:04:40 -04:00
parent d0e4734cf9
commit 5c3860eb28
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
with: with:
registry: git.vpn.cusano.net registry: git.vpn.cusano.net
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ gitea.token }} password: ${{ secrets.BUILD_TOKEN }}
- name: Get version - name: Get version
id: meta id: meta
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
with: with:
registry: git.vpn.cusano.net registry: git.vpn.cusano.net
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ gitea.token }} password: ${{ secrets.BUILD_TOKEN }}
- name: Get version - name: Get version
id: meta id: meta
+1 -1
View File
@@ -30,7 +30,7 @@ jobs:
with: with:
registry: git.vpn.cusano.net registry: git.vpn.cusano.net
username: ${{ gitea.actor }} username: ${{ gitea.actor }}
password: ${{ gitea.token }} password: ${{ secrets.BUILD_TOKEN }}
- name: Validate build configuration - name: Validate build configuration
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6