mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
测试 docker-build-push@main 的 load: true
This commit is contained in:
3
.github/workflows/ci.yml
vendored
3
.github/workflows/ci.yml
vendored
@ -22,8 +22,9 @@ jobs:
|
||||
with:
|
||||
login_username: ${{ secrets.DOCKERHUB_USERNAME }}
|
||||
login_password: ${{ secrets.DOCKERHUB_TOKEN }}
|
||||
build_push: false
|
||||
build_file: ./docker-build-push/Dockerfile
|
||||
build_platforms: linux/amd64
|
||||
build_push: false
|
||||
build_load: true
|
||||
# - name: Check Docker image
|
||||
# run: |
|
||||
|
Reference in New Issue
Block a user