registry secret

This commit is contained in:
gunnar
2026-06-05 22:42:17 +02:00
parent fdcbd4acf6
commit ab11860ae3
+2 -2
View File
@@ -86,8 +86,8 @@ jobs:
if: github.event_name != 'pull_request' if: github.event_name != 'pull_request'
with: with:
registry: ${{ env.REGISTRY_HOST }} registry: ${{ env.REGISTRY_HOST }}
username: ${{ github.actor }} username: ${{ github.repository_owner }}
password: ${{ secrets.GITHUB_TOKEN }} password: ${{ secrets.REGISTRY }}
- name: Build and Push Image - name: Build and Push Image
uses: docker/build-push-action@v6 uses: docker/build-push-action@v6