Changement yml config
This commit is contained in:
@@ -22,7 +22,7 @@ jobs:
|
||||
- name: Login to Gitea Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
registry: ${{ vars.GITEA_REGISTRY }}
|
||||
registry: ${{ vars.REGISTRY_URL }}
|
||||
username: ${{ github.actor }}
|
||||
password: ${{ secrets.REGISTRY_TOKEN }}
|
||||
|
||||
@@ -36,5 +36,5 @@ jobs:
|
||||
context: ./${{ matrix.component }}
|
||||
push: true
|
||||
tags: |
|
||||
${{ vars.GITEA_REGISTRY }}/loremindmj/${{ matrix.component }}:latest
|
||||
${{ vars.GITEA_REGISTRY }}/loremindmj/${{ matrix.component }}:${{ steps.meta.outputs.version }}
|
||||
${{ vars.REGISTRY_URL }}/loremindmj/${{ matrix.component }}:latest
|
||||
${{ vars.REGISTRY_URL }}/loremindmj/${{ matrix.component }}:${{ steps.meta.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user