Update worckflow
All checks were successful
Build and Push Docker Image (Simple) / build-and-push (push) Successful in 15s

This commit is contained in:
jafreli
2025-07-19 01:08:40 +02:00
parent 7c76144a0e
commit 254a76bd97

View File

@@ -31,7 +31,7 @@ jobs:
- name: Log in to Container Registry
run: |
echo "${{ secrets.GITEA_TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ gitea.repository_owner }} --password-stdin
echo "${{ secrets.TOKEN }}" | docker login ${{ env.REGISTRY }} -u ${{ gitea.repository_owner }} --password-stdin
- name: Push Docker image
run: |