We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 55e12b1 commit 565d611Copy full SHA for 565d611
.github/workflows/deploy.yml
@@ -27,9 +27,9 @@ jobs:
27
- name: Deploy new images
28
run: VERSION="${TAG}" make release
29
- name: Tag browser images
30
- run: VERSION="${TAG}" make tag_and_push_browser_images
+ run: VERSION="${TAG}" PUSH_IMAGE=true make tag_and_push_browser_images
31
- name: List Docker images
32
- run: docker images
+ run: docker images --filter=reference='selenium/*:*' --format "table {{.ID}}\t{{.Repository}}\t{{.Tag}}\t{{.Size}}"
33
# Enable this part when Selenium 4 is released
34
# - name: Deploy tag latest
35
# run: VERSION="${TRAVIS_TAG}" make tag_latest
0 commit comments