.
This commit is contained in:
@ -38,7 +38,7 @@ jobs:
|
||||
- name: "Build: login to registry"
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ inputs.registry }}
|
||||
registry: https://${{ inputs.registry }}
|
||||
username: ${{ inputs.registry_username }}
|
||||
password: ${{ inputs.registry_password }}
|
||||
|
||||
@ -6,7 +6,7 @@ jobs:
|
||||
build_push:
|
||||
uses: ./.github/workflows/build_push_container.yml
|
||||
with:
|
||||
registry: https://${{ secrets.MY_REGISTRY }}
|
||||
registry: ${{ secrets.MY_REGISTRY }}
|
||||
registry_username: ${{ secrets.MY_REGISTRY_USERNAME }}
|
||||
registry_password: ${{ secrets.MY_REGISTRY_PASSWORD }}
|
||||
titles: 'Your Image Title' # Specify any required titles or metadata if needed
|
||||
|
||||
Reference in New Issue
Block a user