Skip to content

Commit

Permalink
Updating functional_tests.yml and unit_tests.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
poojadaine committed Aug 20, 2024
1 parent 15bf639 commit e0d56ab
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/functional_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

services:
nuxeo:
image: docker-private.packages.devtools.nuxeo.com/nuxeo/nuxeo:${{ matrix.nuxeo }}
image: docker-private.packages.nuxeo.com/nuxeo/nuxeo:${{ matrix.nuxeo }}
credentials:
username: ${{ secrets.NUXEO_DOCKER_USER }}
password: ${{ secrets.TEST_NUXEO_DOCKER_PWD }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/unit_tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:

services:
nuxeo:
image: docker-private.packages.devtools.nuxeo.com/nuxeo/nuxeo:${{ matrix.nuxeo }}
image: docker-private.packages.nuxeo.com/nuxeo/nuxeo:${{ matrix.nuxeo }}
credentials:
username: ${{ secrets.NUXEO_DOCKER_USER }}
password: ${{ secrets.NUXEO_DOCKER_PWD }}
Expand Down

0 comments on commit e0d56ab

Please sign in to comment.