Skip to content

Commit 3242e71

Browse files
committed
fix missing images
1 parent 59ddcbf commit 3242e71

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

.github/workflows/antithesis.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -68,10 +68,10 @@ jobs:
6868
run: |
6969
echo '${{ secrets.ANTITHESIS_JSON_KEY }}' | docker login -u _json_key https://us-central1-docker.pkg.dev --password-stdin
7070
71-
- name: Build and Push Config Image
72-
run: |
73-
cd test/antithesis
74-
just requirements-build
71+
# - name: Build and Push Config Image
72+
# run: |
73+
# cd test/antithesis
74+
# just requirements-build
7575

7676
- name: Run Antithesis Tests
7777
# if: ${{ github.event_name == 'workflow_dispatch' && inputs.run_tests == true }}
@@ -82,6 +82,6 @@ jobs:
8282
username: ${{ secrets.ANTITHESIS_USERNAME }}
8383
password: ${{ secrets.ANTITHESIS_PASSWORD }}
8484
github_token: ${{ secrets.ANTITHESIS_GH_PAT }}
85-
images: "workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:${{ env.OPERATOR_TAG }};ghcr.io/formancehq/operator-utils:${{ env.OPERATOR_UTILS_TAG }};ghcr.io/formancehq/gateway:${{ env.GATEWAY_TAG }};ghcr.io/formancehq/ledger-instrumented:k8s_test"
85+
images: "workload:latest;docker.io/library/postgres:15-alpine;ghcr.io/formancehq/operator:${{ env.OPERATOR_TAG }};ghcr.io/formancehq/operator-utils:${{ env.OPERATOR_UTILS_TAG }};ghcr.io/formancehq/gateway:${{ env.GATEWAY_TAG }};ghcr.io/formancehq/ledger-instrumented:${{ env.LEDGER_PREVIOUS_TAG }};ghcr.io/formancehq/ledger-instrumented:${{ env.LEDGER_LATEST_TAG }}"
8686
config_image: "antithesis-config:k8s_test"
8787
email_recipients: ${{ secrets.ANTITHESIS_SLACK_REPORT_RECIPIENT }}

0 commit comments

Comments
 (0)