Update .gitea/workflows/build.yml
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 1m50s
Some checks failed
Build and Publish Docker Image / build-and-push (push) Failing after 1m50s
fix secret env name
This commit is contained in:
@@ -19,7 +19,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
registry: ${{ gitea.server_url }}
|
registry: ${{ gitea.server_url }}
|
||||||
username: ${{ gitea.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.GITHUB_TOKEN }}
|
password: ${{ secrets.PACKING_TOKEN }}
|
||||||
|
|
||||||
- name: Build and push Docker image
|
- name: Build and push Docker image
|
||||||
uses: docker/build-push-action@v6
|
uses: docker/build-push-action@v6
|
||||||
|
|||||||
Reference in New Issue
Block a user