diff --git a/.github/workflows/canary.yml b/.github/workflows/canary.yml index 9f8c1310aac..3e759c7a8e2 100644 --- a/.github/workflows/canary.yml +++ b/.github/workflows/canary.yml @@ -29,7 +29,7 @@ jobs: repository: porter-dev/app-integration-tests ref: refs/heads/main - name: Dockerfile test - uses: ./.github/actions/tests + uses: ./.github/actions with: host: https://dashboard.internal-tools.porter.run project: "301" @@ -45,7 +45,7 @@ jobs: repository: porter-dev/app-integration-tests ref: refs/heads/main - name: Docker image test - uses: ./.github/actions/tests + uses: ./.github/actions with: host: https://dashboard.internal-tools.porter.run project: "301" @@ -63,7 +63,7 @@ jobs: repository: porter-dev/app-integration-tests ref: refs/heads/main - name: Dockerfile test - uses: ./.github/actions/tests + uses: ./.github/actions with: host: https://dashboard.internal-tools.porter.run project: "301"