Added gitea CI/CD configuration

This commit is contained in:
Deon George 2024-04-07 09:01:35 +10:00
parent 3271216541
commit 14e82ea44a

View File

@ -69,10 +69,10 @@ jobs:
# http = true # http = true
# insecure = true # insecure = true
- name: Login to Container Registry - name: Login to Container Registry
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 }}