Skip to content

Commit 565d611

Browse files
committed
Improving the output of docker images command [skip ci]
1 parent 55e12b1 commit 565d611

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/deploy.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -27,9 +27,9 @@ jobs:
2727
- name: Deploy new images
2828
run: VERSION="${TAG}" make release
2929
- name: Tag browser images
30-
run: VERSION="${TAG}" make tag_and_push_browser_images
30+
run: VERSION="${TAG}" PUSH_IMAGE=true make tag_and_push_browser_images
3131
- name: List Docker images
32-
run: docker images
32+
run: docker images --filter=reference='selenium/*:*' --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}\t{{.Size}}"
3333
# Enable this part when Selenium 4 is released
3434
# - name: Deploy tag latest
3535
# run: VERSION="${TRAVIS_TAG}" make tag_latest

0 commit comments

Comments
 (0)