Fixing secrets issue
Continuous Integration / docker (push) Failing after 11s

This commit is contained in:
2026-05-06 10:33:20 -04:00
parent 176cf4824e
commit 9896f89937
+2 -2
View File
@@ -34,8 +34,8 @@ jobs:
uses: docker/login-action@v3
with:
registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }}
password: ${{ secrets.GITEA_TOKEN }}
username: ${{ vars.PACAKGE_USERNAME }}
password: ${{ secrets.PACKAGE_SECRET }}
- name: Extract metadata (tags, labels) for Docker
id: meta
uses: docker/metadata-action@v5