This commit is contained in:
严浩
2024-10-09 10:12:34 +08:00
committed by GitHub
parent 602d25faa7
commit 43f13fcf63

View File

@ -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;