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 81e0712 commit 55e12b1Copy full SHA for 55e12b1
.github/workflows/deploy.yml
@@ -24,12 +24,13 @@ jobs:
24
env:
25
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
26
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
27
-# - name: Deploy new images
28
-# run: VERSION="${TAG}" make release
+ - name: Deploy new images
+ run: VERSION="${TAG}" make release
29
- name: Tag browser images
30
run: VERSION="${TAG}" make tag_and_push_browser_images
31
- name: List Docker images
32
run: docker images
33
+# Enable this part when Selenium 4 is released
34
# - name: Deploy tag latest
35
# run: VERSION="${TRAVIS_TAG}" make tag_latest
36
# - name: Deploy release latest
0 commit comments