Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/workflows/integration_test_ms.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:

- name: Upload Test Results
if: always() && (steps.int_tests.conclusion == 'success' || steps.int_tests.conclusion == 'failure')
uses: actions/upload-artifact@v4
uses: actions/upload-artifact@ea165f8d65b6e75b540449e92b4886f43607fa02 # v4
with:
name: cucumber-report
path: target/cucumber-report/cucumber.html
8 changes: 4 additions & 4 deletions docker-compose.yml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@ services:
- develop-network

userms:
image: ghcr.io/pagopa/selfcare-user-ms:latest
image: ghcr.io/pagopa/selfcare-user-ms:latest@sha256:c61cfc6c5d1e50d2d980e54ca1020c17e1f0c2622df5aa07871aaefe02e81a2e
pull_policy: always
ports:
- '8081:8080'
Expand All @@ -61,7 +61,7 @@ services:
- mongodb

onboardingms:
image: ghcr.io/pagopa/selfcare-onboarding-ms:latest
image: ghcr.io/pagopa/selfcare-onboarding-ms:latest@sha256:ad553b6e70b5e6917f7df325ffd75a913d9c6d083cd7e9b705be1b2e4eeedf04
pull_policy: always
ports:
- '8080:8080'
Expand All @@ -73,7 +73,7 @@ services:
- mongodb

institutionms:
image: ghcr.io/pagopa/selfcare-institution-ms:latest
image: ghcr.io/pagopa/selfcare-institution-ms:latest@sha256:6d0aad5954d0903b3b700dcdd4731f6d0b918eae5a04bbb32958f2aba668b0c0
pull_policy: always
ports:
- '8082:8082'
Expand All @@ -85,7 +85,7 @@ services:
- mongodb

usergroupms:
image: ghcr.io/pagopa/selfcare-user-group-ms:latest
image: ghcr.io/pagopa/selfcare-user-group-ms:latest@sha256:a5a7b734e895ee6c44d106290fe3d3784239a25b447caaf26caa2f87ea3932ce
pull_policy: always
ports:
- '8083:8083'
Expand Down
2 changes: 1 addition & 1 deletion integration-test-config/azure-cli/Dockerfile-azure-cli
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# Primo stage: usiamo un'immagine con git per clonare il repository
FROM alpine/git AS git-stage
FROM alpine/git@sha256:32a9e8e75ce2f244085b808c932d8287bd1300e4bfecae41a40847f7b64a1a45 AS git-stage
WORKDIR /repo
RUN git clone https://github.com/pagopa/selfcare-infra.git

Expand Down
Loading