ci: use new app base docker image for tests

This commit is contained in:
Nicolas Giard 2022-05-24 15:59:43 -04:00 committed by GitHub
parent a7d080b4df
commit 0eb9cb4f57
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions
.github/workflows

View file

@ -99,7 +99,7 @@ jobs:
if: ${{ github.event.inputs.skiptests == 'false' }}
needs: [prepare]
runs-on: ubuntu-latest
container: ghcr.io/ietf-tools/datatracker-test-base:latest
container: ghcr.io/ietf-tools/datatracker-app-base:latest
services:
db:

View file

@ -13,7 +13,7 @@ jobs:
tests:
name: Run Tests
runs-on: ubuntu-latest
container: ghcr.io/ietf-tools/datatracker-test-base:latest
container: ghcr.io/ietf-tools/datatracker-app-base:latest
services:
db: