RC: (update) workflow file
Some checks failed
Build and Update Flux / build-push-update (push) Failing after 40s
Some checks failed
Build and Update Flux / build-push-update (push) Failing after 40s
This commit is contained in:
@@ -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
|
||||||
|
|||||||
Reference in New Issue
Block a user