Skip to content

Commit

Permalink
Pushing images to docker hub [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
diemol committed Jul 20, 2020
1 parent 81e0712 commit 55e12b1
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/deploy.yml
Expand Up @@ -24,12 +24,13 @@ jobs:
env:
DOCKER_USERNAME: ${{secrets.DOCKER_USERNAME}}
DOCKER_PASSWORD: ${{secrets.DOCKER_PASSWORD}}
# - name: Deploy new images
# run: VERSION="${TAG}" make release
- name: Deploy new images
run: VERSION="${TAG}" make release
- name: Tag browser images
run: VERSION="${TAG}" make tag_and_push_browser_images
- name: List Docker images
run: docker images
# Enable this part when Selenium 4 is released
# - name: Deploy tag latest
# run: VERSION="${TRAVIS_TAG}" make tag_latest
# - name: Deploy release latest
Expand Down

0 comments on commit 55e12b1

Please sign in to comment.