From 55e12b1a4fe401eaf74724fc14e87c1ad2eefe41 Mon Sep 17 00:00:00 2001 From: Diego Molina Date: Mon, 20 Jul 2020 15:52:55 +0200 Subject: [PATCH] Pushing images to docker hub [skip ci] --- .github/workflows/deploy.yml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index 3802e6176..ce1c64cf8 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -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