Update .gitea/workflows/build-image.yml
All checks were successful
Release Docker Image / Push Docker image to Registry (push) Successful in 1m50s
Build and Release / Build All Platforms (push) Successful in 2m2s

This commit is contained in:
2026-06-09 19:16:41 +00:00
parent c68be2a9f5
commit c2456a7ac0

View File

@@ -24,7 +24,7 @@ jobs:
with: with:
registry: git.danielvici.com registry: git.danielvici.com
username: ${{ github.actor }} username: ${{ github.actor }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Extract Docker tags - name: Extract Docker tags
id: meta id: meta