ci: use ietm64 namespace for registry packages
This commit is contained in:
@@ -23,14 +23,6 @@ jobs:
|
||||
- name: Set up Docker Buildx
|
||||
uses: docker/setup-buildx-action@v3
|
||||
|
||||
- name: Debug token length
|
||||
run: |
|
||||
echo "Token length: ${#TOKEN}"
|
||||
echo "First char code: $(printf '%d' "'${TOKEN:0:1}")"
|
||||
echo "Last char code: $(printf '%d' "'${TOKEN: -1}")"
|
||||
env:
|
||||
TOKEN: ${{ secrets.DOCKER_PAT }}
|
||||
|
||||
- name: Login to Gitea Registry
|
||||
uses: docker/login-action@v3
|
||||
with:
|
||||
@@ -48,5 +40,5 @@ jobs:
|
||||
context: ./${{ matrix.component }}
|
||||
push: true
|
||||
tags: |
|
||||
${{ env.REGISTRY }}/loremindmj/${{ matrix.component }}:latest
|
||||
${{ env.REGISTRY }}/loremindmj/${{ matrix.component }}:${{ steps.meta.outputs.version }}
|
||||
${{ env.REGISTRY }}/${{ env.REGISTRY_USER }}/${{ matrix.component }}:latest
|
||||
${{ env.REGISTRY }}/${{ env.REGISTRY_USER }}/${{ matrix.component }}:${{ steps.meta.outputs.version }}
|
||||
|
||||
Reference in New Issue
Block a user