diff --git a/.github/workflows/build-aws-image.yaml b/.github/workflows/build-aws-image.yaml index d8d1abec..ad08be24 100644 --- a/.github/workflows/build-aws-image.yaml +++ b/.github/workflows/build-aws-image.yaml @@ -23,13 +23,16 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: docker://yuvipanda/hubploy:20200826083951674280 + - #uses: docker://yuvipanda/hubploy:20200826083951674280 name: Unlock git-crypt Secrets env: GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }} - with: - entrypoint: /bin/bash - args: -c "echo ${GIT_CRYPT_KEY} | base64 -d | git crypt unlock - && git crypt status" + #with: + # entrypoint: /bin/bash + # args: -c "echo ${GIT_CRYPT_KEY} | base64 -d | git crypt unlock - && git crypt status" + run: | + echo ${GIT_CRYPT_KEY} | base64 -d | git crypt unlock - + git crypt status - uses: docker://yuvipanda/hubploy:20200826083951674280 name: Build & Push AWS Image if Needed with: diff --git a/.github/workflows/deploy-aws-hub.yaml b/.github/workflows/deploy-aws-hub.yaml index 97bdaa35..66ca3498 100644 --- a/.github/workflows/deploy-aws-hub.yaml +++ b/.github/workflows/deploy-aws-hub.yaml @@ -22,13 +22,16 @@ jobs: runs-on: ubuntu-latest steps: - uses: actions/checkout@v2 - - uses: docker://yuvipanda/hubploy:20200826083951674280 + - #uses: docker://yuvipanda/hubploy:20200826083951674280 name: Unlock git-crypt Secrets env: GIT_CRYPT_KEY: ${{ secrets.GIT_CRYPT_KEY }} - with: - entrypoint: /bin/bash - args: -c "echo ${GIT_CRYPT_KEY} | base64 -d | git crypt unlock - && git crypt status" + #with: + # entrypoint: /bin/bash + # args: -c "echo ${GIT_CRYPT_KEY} | base64 -d | git crypt unlock - && git crypt status" + run: | + echo ${GIT_CRYPT_KEY} | base64 -d | git crypt unlock - + git crypt status - name: Setup Helm run: | curl https://get.helm.sh/helm-v3.1.2-linux-amd64.tar.gz | tar -xzf -