From d28a009c5765167f4045da03dbdc2cb162e1fae0 Mon Sep 17 00:00:00 2001 From: filip Date: Wed, 12 Feb 2025 14:54:47 +0100 Subject: [PATCH] sleep --- .github/workflows/chicmoz-prod.yml | 3 ++- .github/workflows/reusable-build-service.yml | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/.github/workflows/chicmoz-prod.yml b/.github/workflows/chicmoz-prod.yml index 515939d4..a3b05fee 100644 --- a/.github/workflows/chicmoz-prod.yml +++ b/.github/workflows/chicmoz-prod.yml @@ -91,7 +91,8 @@ jobs: DEVNET_AZTEC_L1_WS: ${{ vars.DEVNET_AZTEC_L1_WS }} run: | cd k8s/production/common - skaffold build -f ./skaffold.chicmoz-base-image.yaml --default-repo=registry.digitalocean.com/aztlan-containers --cache-artifacts=false + skaffold build -f ./skaffold.chicmoz-base-image.yaml --default-repo=registry.digitalocean.com/aztlan-containers + sleep 30 explorer-api: needs: set-up diff --git a/.github/workflows/reusable-build-service.yml b/.github/workflows/reusable-build-service.yml index e7e379ef..4d10fec1 100644 --- a/.github/workflows/reusable-build-service.yml +++ b/.github/workflows/reusable-build-service.yml @@ -49,7 +49,7 @@ jobs: - name: Build application with Skaffold run: | cd ${{ inputs.build_path }} - skaffold build -f ${{ inputs.skaffold_file }} --default-repo=registry.digitalocean.com/aztlan-containers --cache-artifacts=false + skaffold build -f ${{ inputs.skaffold_file }} --default-repo=registry.digitalocean.com/aztlan-containers env: SP_TESTNET_OBSCURA_L2_RPC_1: ${{ vars.SP_TESTNET_OBSCURA_L2_RPC_1 }} SP_TESTNET_OBSCURA_L2_RPC_2: ${{ vars.SP_TESTNET_OBSCURA_L2_RPC_2 }}