mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
测试 build_push
This commit is contained in:
2
.github/workflows/ci.yml
vendored
2
.github/workflows/ci.yml
vendored
@ -37,7 +37,7 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
build_file: ./docker-build-push/Dockerfile
|
build_file: ./docker-build-push/Dockerfile
|
||||||
build_platforms: linux/amd64
|
build_platforms: linux/amd64
|
||||||
build_push: ${{ github.ref == 'refs/heads/main' || github.ref == 'refs/tags/*' }}
|
build_push: ${{ github.ref == 'refs/heads/main' }}
|
||||||
build_load: true
|
build_load: true
|
||||||
metadata_images: |
|
metadata_images: |
|
||||||
docker.io/${{ vars.DOCKERHUB_USERNAME }}/docker-example
|
docker.io/${{ vars.DOCKERHUB_USERNAME }}/docker-example
|
||||||
|
Reference in New Issue
Block a user