Added gitea CI/CD configuration

This commit is contained in:
Deon George 2024-04-07 09:00:54 +10:00
parent 746e40b45b
commit 3271216541

View File

@ -73,8 +73,8 @@ jobs:
uses: docker/login-action@v2
with:
registry: ${{ steps.registry.outputs.registry }}
username: deon
password: ${{ secrets.PKG_WRITE_TOKEN }}
# username: deon
# password: ${{ secrets.PKG_WRITE_TOKEN }}
#- name: Build and push Docker image
# uses: docker/build-push-action@v5