From 9aeb52e22482b3a626ae73b894e361b46ba12116 Mon Sep 17 00:00:00 2001 From: "Gabriel R. Antunes" Date: Tue, 19 Nov 2024 10:52:59 -0400 Subject: [PATCH] chore: cd --- .github/workflows/cd.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index cf1c8c0..cc59379 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -8,7 +8,6 @@ on: jobs: cd_build_push: - if: false name: "Build and Push" runs-on: ubuntu-latest @@ -19,6 +18,7 @@ jobs: - uses: actions/checkout@v4 - uses: ./.github/actions/build-and-push + if: false with: setup-qemu: "false" build-image: "true" @@ -63,7 +63,7 @@ jobs: - uses: ./.github/actions/deploy-k8s with: + runtime-env: ${{ steps.config.outputs.RUNTIME_ENV }} pwd: ${{ vars.K8S_PWD }} - runtime-env: "${{ steps.config.outputs.RUNTIME_ENV }}" deployment: ${{ vars.K8S_DEPLOYMENT }} namespace: ${{ vars.K8S_NAMESPACE }}