Add id: metai to Compute image name and tag step in deploy-image.yml

This commit is contained in:
2026-07-12 12:58:51 +02:00
parent 9d9e65e220
commit 9edd9b0e15
+1
View File
@@ -18,6 +18,7 @@ jobs:
uses: actions/checkout@v4 uses: actions/checkout@v4
- name: Compute image name and tag - name: Compute image name and tag
id: metai
run: | run: |
REGISTRY=$(echo "${{ github.server_url }}" | sed 's|https\?://||') REGISTRY=$(echo "${{ github.server_url }}" | sed 's|https\?://||')
OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]') OWNER=$(echo "${{ github.repository_owner }}" | tr '[:upper:]' '[:lower:]')