Giter VIP home page Giter VIP logo

Comments (4)

bharathkkb avatar bharathkkb commented on July 23, 2024

Thanks for the feedback @steren
Is this exposed and built into the run API or does gcloud handle the orchestration of cloud build job in the background?

from deploy-cloudrun.

averikitsch avatar averikitsch commented on July 23, 2024

Currently under the hood, the action is using the Cloud Run API in order to remove the extra time of downloading and installing gcloud, which may make it harder to implement deploy from source. I should do some testing to see if there is really a difference because building off of gcloud would allow for quicker additions of new features.

Just to note, I am looking to prioritize features such as revision tagging or setting revision suffix and deploying with no traffic to improve the CI/CD experience.

from deploy-cloudrun.

steren avatar steren commented on July 23, 2024

This is something that gcloud orchestrates. The Cloud Run API is strictly focuses on container images.

But that doesn't mean this action has to take a dependency on gcloud. It could issue a regular docker build if no image is passed. Up to you if you want to keep it simple or have it handle more of the build.

To help the usability of this action, I suggest to better document in it's readme the typical other actions used to build images and pushing the to Artifact Registry.

from deploy-cloudrun.

zrosenbauer avatar zrosenbauer commented on July 23, 2024

Just looked at this, IMO as developer I'd rather build & push separate:

  buildAndPush:
    steps:
      # ... removed intermediate
      - name: Build & Push Docker Image
        uses: docker/build-push-action@v2
        with:
          push: true
          tags: gcr.io/${{ secrets.GCP_OPS_PROJECT_ID }}/preview-${{ fromJSON(steps.parseConfig.outputs.contents).name }}:${{ github.sha }}

Full Example: https://github.com/bluenovaio/launchpad-example/blob/main/.github/workflows/launchpad-ci.yaml#L66

Are you planning on adding this in by default?

from deploy-cloudrun.

Related Issues (20)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.