Added gitea CI/CD configuration
This commit is contained in:
parent
60ca86ceb9
commit
96ce18cc2c
@ -69,6 +69,13 @@ jobs:
|
|||||||
# http = true
|
# http = true
|
||||||
# insecure = true
|
# insecure = true
|
||||||
|
|
||||||
|
- name: Login to Container Registry
|
||||||
|
uses: docker/login-action@v2
|
||||||
|
with:
|
||||||
|
registry: ${{ steps.registry.outputs.registry }}
|
||||||
|
username: ${{ github.actor }}
|
||||||
|
password: ${{ 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
|
||||||
env:
|
env:
|
||||||
|
Loading…
Reference in New Issue
Block a user