Added gitea CI/CD configuration

This commit is contained in:
Deon George 2024-04-07 08:43:04 +10:00
parent 96ce18cc2c
commit 4b3e2d40b9

View File

@ -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: ${{ github.actor }} username: deon
password: ${{ github.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