RC: (update) workflow file
Some checks failed
Build and Update Flux / build-push-update (push) Failing after 40s

This commit is contained in:
Raul Costa
2026-04-02 00:55:08 +01:00
parent d6fe3f0dc0
commit 6d44c47bfe

View File

@@ -28,7 +28,7 @@ jobs:
uses: docker/login-action@v2 uses: docker/login-action@v2
with: with:
registry: ${{ env.REGISTRY }} registry: ${{ env.REGISTRY }}
username: ${{ gitea.actor }} username: ${{ github.actor }}
password: ${{ secrets.REGISTRY_TOKEN }} password: ${{ secrets.REGISTRY_TOKEN }}
- name: Build and Push Docker Image - name: Build and Push Docker Image