Skip to content

Commit

Permalink
workflows: ensure we also use the experimental image we just built
Browse files Browse the repository at this point in the history
I think without a tag it defaults to `latest`, which is not what we
want.
  • Loading branch information
jordigh committed Jun 27, 2024
1 parent 1e5cc58 commit cefadc5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker_latest.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
- name: "grist"
repo: "grist-ee"
# For now, we build it twice, with `grist-ee` being a
# backwards-compatible synoym for `grist`.
# backwards-compatible synonym for `grist`.
- name: "grist-ee"
repo: "grist-ee"
steps:
Expand Down Expand Up @@ -88,7 +88,7 @@ jobs:
yarn run build:prod
- name: Run tests
run: TEST_IMAGE=${{ github.repository_owner }}/${{ matrix.image.name }} VERBOSE=1 DEBUG=1 MOCHA_WEBDRIVER_HEADLESS=1 yarn run test:docker
run: TEST_IMAGE=${{ github.repository_owner }}/${{ matrix.image.name }}:experimental VERBOSE=1 DEBUG=1 MOCHA_WEBDRIVER_HEADLESS=1 yarn run test:docker

- name: Log in to Docker Hub
uses: docker/login-action@v1
Expand Down

0 comments on commit cefadc5

Please sign in to comment.