Build CICD Pipeline to create Docker Image using GitHub Actions and Push Docker image into DockerHub

Поділитися
Вставка
  • Опубліковано 9 лют 2025
  • www.coachdevop...
    Implementations steps:
    Create access token in DockerHub
    Add access token, docker hub user name as secrets in GitHub Actions
    Create GitHub Actions workflow yaml in your repo
    Add tasks for Maven build, docker image creation, tagging and docker push
    Run the workflow/build in GitHub hosted runner(e.g. Ubuntu)
    Verify docker image have been uploaded into DockerHub
    Pre-requisites:
    DockerHub Account
    Make sure a Project is setup in GitHub with Dockerfile
    Create access token in Docker Hub for authenticating with DockerHub
    Steps below to create access token in DockerHub:

КОМЕНТАРІ • 5

  • @chalapathirao4981
    @chalapathirao4981 10 місяців тому

    it's very helpful to real time working guys on Docker
    Thank you so much for updating this video

    • @DevOpsCoach
      @DevOpsCoach  10 місяців тому

      Glad you liked it, thank you

    • @ismailbenjemra7240
      @ismailbenjemra7240 10 місяців тому

      Thank you for all it’s so helpfull
      Great work

  • @oluwasegunalphonso4401
    @oluwasegunalphonso4401 10 місяців тому +1

    Thanks so much sir..