Added gitea CI/CD configuration
This commit is contained in:
parent
746e40b45b
commit
3271216541
@ -73,8 +73,8 @@ jobs:
|
|||||||
uses: docker/login-action@v2
|
uses: docker/login-action@v2
|
||||||
with:
|
with:
|
||||||
registry: ${{ steps.registry.outputs.registry }}
|
registry: ${{ steps.registry.outputs.registry }}
|
||||||
username: deon
|
# username: deon
|
||||||
password: ${{ secrets.PKG_WRITE_TOKEN }}
|
# password: ${{ secrets.PKG_WRITE_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 New Issue
Block a user