GithubHelp home page GithubHelp logo

docker-build-push's People

Contributors

dependabot[bot] avatar jksolbakken avatar rbjornstad avatar sechmann avatar thokra-nav avatar tronghn avatar ybelmekk avatar

Watchers

 avatar

Forkers

kenglxn

docker-build-push's Issues

ver. for action?

Syns et action bør ha en pinned version, både for breaking changes ikke går direkt i main men også for at man skal vite hva man bruker i sitt action, hvis man bruker main så kan de vare hav som en går inn i main som man kjør i sitt action, så mulig vi må begynne å versionere dette action?

Mulighet for å bygge flere image typer og flere tags.

Hei,
Kjempe initiativ med egen action! Her kommer noe forslag fra min siden.
Ville det være mulig å bygge images for forskjellige platform, få støtte for flere tags og pulle underliggende images?

Vi bruke noe slik per i dag og ser at dere bruker docker/build-push-action@v4 under panseret også så jeg regner med at det blir mulig å etablere noe sånt.

      - name: Set up QEMU
        if: inputs.build-image
        uses: docker/setup-qemu-action@v2

      - name: Set up Docker Buildx
        if: inputs.build-image
        uses: docker/setup-buildx-action@v2

      - name: Build and push
        if: inputs.build-image
        uses: docker/build-push-action@v4
        with:
          context: .
          **platforms: linux/amd64, linux/arm64** # støtte både for Intel og Apple
          **pull: true** # greit med en pull slit at underliggende images får en update
          push: ${{ inputs.push-image }}
          **tags: app:tag1, app:latest** # støtte for flere tags
          cache-from: type=gha
          cache-to: type=gha,mode=max

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.