fix(ci): authenticate private module builds
Some checks failed
Test and Release PawSQL / test (push) Successful in 45s
Build and Push Image / docker-build-and-push (push) Has started running
Test and Release PawSQL / release (push) Has been cancelled

This commit is contained in:
2026-09-15 20:13:04 -04:00
parent 224c155b83
commit ff3a3a71e5
2 changed files with 10 additions and 1 deletions

View File

@@ -52,6 +52,8 @@ jobs:
file: ./Dockerfile
push: true
platforms: linux/amd64,linux/arm64
secrets: |
gitea_credentials=${{ github.actor }}:${{ secrets.GITHUB_TOKEN }}
tags: |
${{ env.REGISTRY_HOST }}/${{ env.IMAGE_NAME }}:latest
${{ env.REGISTRY_HOST }}/${{ env.IMAGE_NAME }}:${{ steps.image.outputs.sha_short }}