From 565d6119db0787245af7c842d563add42fc01edc Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 20 Jul 2020 16:19:31 +0200 Subject: [PATCH] Improving the output of docker images command [skip ci] --- .github/workflows/deploy.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index ce1c64cf8..640e640b4 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -27,9 +27,9 @@ jobs: - name: Deploy new images run: VERSION="${TAG}" make release - name: Tag browser images - run: VERSION="${TAG}" make tag_and_push_browser_images + run: VERSION="${TAG}" PUSH_IMAGE=true make tag_and_push_browser_images - name: List Docker images - run: docker images + run: docker images --filter=reference='selenium/*:*' --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}\t{{.Size}}" # Enable this part when Selenium 4 is released # - name: Deploy tag latest # run: VERSION="${TRAVIS_TAG}" make tag_latest