mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 06:40:49 +08:00
fix: 修复 docker-build-push action.yml 中的 context 配置
This commit is contained in:
@ -54,7 +54,7 @@ runs:
|
||||
id: meta
|
||||
uses: docker/metadata-action@v5 # https://github.com/docker/metadata-action
|
||||
with:
|
||||
# context: git
|
||||
context: git
|
||||
# flavor
|
||||
images: ${{ inputs.metadata_images }}
|
||||
tags: ${{ inputs.metadata_tags }}
|
||||
|
Reference in New Issue
Block a user