Skip to content

Commit

Permalink
fix issues baseline auth test
Browse files Browse the repository at this point in the history
  • Loading branch information
Igor Kramer committed Sep 27, 2024
1 parent f6016ea commit e59b6ac
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/test_baseline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,10 +155,10 @@ jobs:
# - __flaky__
continue-on-error: true
env:
QFIELDCLOUD_IMAGE_NAME_FOR_APP: "opengisch/qfieldcloud-app-testing:${{ github.sha }}"
QFIELDCLOUD_IMAGE_NAME_FOR_WORKER_WRAPPER: "opengisch/qfieldcloud-worker-wrapper:${{ github.sha }}"
QFIELDCLOUD_IMAGE_NAME_FOR_QGIS: "opengisch/qfieldcloud-qgis:${{ github.sha }}"
QFIELDCLOUD_IMAGE_NAME_FOR_NGINX: "opengisch/qfieldcloud-nginx:${{ github.sha }}"
QFIELDCLOUD_IMAGE_NAME_FOR_APP: "opengisch/qfieldcloud-app:latest"
QFIELDCLOUD_IMAGE_NAME_FOR_WORKER_WRAPPER: "opengisch/qfieldcloud-worker-wrapper:latest"
QFIELDCLOUD_IMAGE_NAME_FOR_QGIS: "opengisch/qfieldcloud-qgis:latest"
QFIELDCLOUD_IMAGE_NAME_FOR_NGINX: "opengisch/qfieldcloud-nginx:latest"
COMPOSE_FILE: docker-compose.yml:docker-compose.override.services.yml:docker-compose.override.test.yml
steps:
- name: Checkout repo
Expand Down

0 comments on commit e59b6ac

Please sign in to comment.