mirror of
https://github.com/yanhao98/composite-actions.git
synced 2025-07-13 23:00:48 +08:00
测试 docker/metadata-action
This commit is contained in:
9
.github/workflows/ci.yml
vendored
9
.github/workflows/ci.yml
vendored
@ -27,7 +27,12 @@ jobs:
|
||||
build_push: false
|
||||
build_load: true
|
||||
build_tags: image-test
|
||||
metadata_images: |
|
||||
docker.io/murielmay67761/docker-example
|
||||
metadata_tags: |
|
||||
type=raw,value=latest
|
||||
- name: Check Docker image
|
||||
run: |
|
||||
set -x
|
||||
docker run --rm image-test:latest whoami
|
||||
set -x;
|
||||
# docker run --rm image-test:latest whoami
|
||||
docker images;
|
||||
|
Reference in New Issue
Block a user