Skip to content

Commit

Permalink
Improving the output of docker images command [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jul 20, 2020
1 parent 55e12b1 commit 565d611
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -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
Expand Down

0 comments on commit 565d611

Please sign in to comment.