Revert "hardcoding orgname"

This commit is contained in:
Luca Burgazzoli 2024-07-30 17:36:30 +02:00 committed by GitHub
parent ea21124635
commit 7289001478
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 1 deletions

View File

@ -30,6 +30,6 @@ jobs:
version: "${{ github.ref_name }}-${{ github.sha }}"
olm: false
secrets:
registry: daprio
registry: ${{ secrets.DOCKER_DAPRIO_REGISTRY }}
registry-username: ${{ secrets.DOCKER_REGISTRY_ID }}
registry-password: ${{ secrets.DOCKER_REGISTRY_PASS }}