Add id: metai to Compute image name and tag step in deploy-image.yml
This commit is contained in:
@@ -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:]')
|
||||||
|
|||||||
Reference in New Issue
Block a user