fix(#3): 🔐 Use Forgejo internal secrets
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 11s
Some checks failed
CI/CD Pipeline / build-and-deploy (push) Failing after 11s
This commit is contained in:
parent
57ec2fa826
commit
4129be2998
1 changed files with 3 additions and 3 deletions
|
@ -15,9 +15,9 @@ jobs:
|
||||||
- name: Login to Forgejo Registry
|
- name: Login to Forgejo Registry
|
||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.FORGEJO_BASE_URL }}
|
registry: ${{ env.GITHUB_SERVER_URL }}
|
||||||
username: ${{ secrets.FORGEJO_USERNAME }}
|
username: ${{ secrets.GITHUB_REPOSITORY_OWNER }}
|
||||||
password: ${{ secrets.FORGEJO_PASSWORD }}
|
password: ${{ secrets.GITHUB_TOKEN }}
|
||||||
|
|
||||||
- name: Build and Push Docker Image
|
- name: Build and Push Docker Image
|
||||||
uses: docker/build-push-action@v5
|
uses: docker/build-push-action@v5
|
||||||
|
|
Loading…
Reference in a new issue