mirror of
https://github.com/Neur0toxine/docker-node-alpine-git-gyp.git
synced 2024-11-28 15:16:02 +03:00
ci: switch to inspect image
This commit is contained in:
parent
94e926db3a
commit
a8aaa1ee87
6
.github/workflows/buildx.yml
vendored
6
.github/workflows/buildx.yml
vendored
@ -84,10 +84,10 @@ jobs:
|
|||||||
platforms: ${{ matrix.docker-file.platforms }}
|
platforms: ${{ matrix.docker-file.platforms }}
|
||||||
tags: ${{ steps.prepare.outputs.tags }}
|
tags: ${{ steps.prepare.outputs.tags }}
|
||||||
|
|
||||||
- name: Docker Check Manifest
|
- name: Inspect Image
|
||||||
if: always() && github.event_name != 'pull_request'
|
if: always() && github.event_name != 'pull_request' && contains(github.ref, 'master')
|
||||||
run: |
|
run: |
|
||||||
docker run --rm mplatform/mquery ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
|
docker buildx imagetools inspect ${{ steps.prepare.outputs.docker_image }}:${{ steps.prepare.outputs.version }}
|
||||||
|
|
||||||
- name: Clear
|
- name: Clear
|
||||||
if: always() && github.event_name != 'pull_request'
|
if: always() && github.event_name != 'pull_request'
|
||||||
|
Loading…
Reference in New Issue
Block a user