测试 docker-build-push@main 的 load: true

This commit is contained in:
严浩
2024-10-08 22:29:50 +08:00
committed by GitHub
parent 32c4d571db
commit 92cf2ed635

View File

@ -22,8 +22,9 @@ jobs:
with: with:
login_username: ${{ secrets.DOCKERHUB_USERNAME }} login_username: ${{ secrets.DOCKERHUB_USERNAME }}
login_password: ${{ secrets.DOCKERHUB_TOKEN }} login_password: ${{ secrets.DOCKERHUB_TOKEN }}
build_push: false
build_file: ./docker-build-push/Dockerfile build_file: ./docker-build-push/Dockerfile
build_platforms: linux/amd64
build_push: false
build_load: true build_load: true
# - name: Check Docker image # - name: Check Docker image
# run: | # run: |