ci: Replace github context variables with gitea context variables in Docker build workflow.
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 14s
Some checks failed
Build and Push Docker Images / build-and-push (push) Failing after 14s
This commit is contained in:
@@ -9,7 +9,7 @@ on:
|
|||||||
|
|
||||||
env:
|
env:
|
||||||
REGISTRY: git.almazlar.com
|
REGISTRY: git.almazlar.com
|
||||||
OWNER: ${{ github.repository_owner }}
|
OWNER: ${{ gitea.repository_owner }}
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
build-and-push:
|
build-and-push:
|
||||||
@@ -25,7 +25,7 @@ jobs:
|
|||||||
uses: docker/login-action@v3
|
uses: docker/login-action@v3
|
||||||
with:
|
with:
|
||||||
registry: ${{ env.REGISTRY }}
|
registry: ${{ env.REGISTRY }}
|
||||||
username: ${{ github.actor }}
|
username: ${{ gitea.actor }}
|
||||||
password: ${{ secrets.ACCESS_TOKEN }}
|
password: ${{ secrets.ACCESS_TOKEN }}
|
||||||
|
|
||||||
- name: Extract metadata (tags, labels) for Backend
|
- name: Extract metadata (tags, labels) for Backend
|
||||||
|
|||||||
Reference in New Issue
Block a user