change user from variables to secrets
Some checks failed
Build and Push Docker Image / build (push) Failing after 2s

This commit is contained in:
Jay
2026-03-31 15:05:12 +01:00
parent c416a9553f
commit e1a90eb531

View File

@@ -15,7 +15,7 @@ jobs:
- name: Login to Gitea Registry - name: Login to Gitea Registry
run: | run: |
echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.umbra.mom \ echo "${{ secrets.REGISTRY_TOKEN }}" | docker login gitea.umbra.mom \
-u "${{ variables.REGISTRY_USER }}" --password-stdin -u "${{ secrets.REGISTRY_USER }}" --password-stdin
- name: Build image - name: Build image
run: | run: |