添加代码检出步骤以确保工作区有效
This commit is contained in:
@@ -18,6 +18,11 @@ jobs:
|
|||||||
shell: bash
|
shell: bash
|
||||||
|
|
||||||
steps:
|
steps:
|
||||||
|
- name: Checkout repository
|
||||||
|
uses: actions/checkout@v4
|
||||||
|
with:
|
||||||
|
fetch-depth: 1
|
||||||
|
|
||||||
- name: Normalize image metadata
|
- name: Normalize image metadata
|
||||||
env:
|
env:
|
||||||
RAW_REGISTRY_HOST: ${{ vars.REGISTRY_HOST }}
|
RAW_REGISTRY_HOST: ${{ vars.REGISTRY_HOST }}
|
||||||
|
|||||||
Reference in New Issue
Block a user