mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 14:50:48 +08:00
测试
This commit is contained in:
5
.github/workflows/ci.yml
vendored
5
.github/workflows/ci.yml
vendored
@ -40,7 +40,7 @@ jobs:
|
|||||||
build_push: false
|
build_push: false
|
||||||
build_load: true
|
build_load: true
|
||||||
metadata_images: |
|
metadata_images: |
|
||||||
docker.io/murielmay67761/docker-example
|
docker.io/${{ vars.DOCKERHUB_USERNAME }}/docker-example
|
||||||
ghcr.io/${{ github.repository }}
|
ghcr.io/${{ github.repository }}
|
||||||
# metadata_tags: |
|
# metadata_tags: |
|
||||||
# type=schedule,pattern=nightly,enable=true,priority=1000
|
# type=schedule,pattern=nightly,enable=true,priority=1000
|
||||||
@ -50,5 +50,6 @@ jobs:
|
|||||||
- name: Check Docker image
|
- name: Check Docker image
|
||||||
run: |
|
run: |
|
||||||
set -x;
|
set -x;
|
||||||
|
echo ${{ github.repository }};
|
||||||
docker images;
|
docker images;
|
||||||
docker run --rm ${{ steps.docker-build-push.outputs.imageid }} whoami
|
docker run --rm ${{ steps.docker-build-push.outputs.imageid }} whoami;
|
||||||
|
Reference in New Issue
Block a user