Pushing a Docker Image to Azure Container Registries

Поделиться
HTML-код
  • Опубликовано: 27 авг 2024

Комментарии • 21

  • @codewithkashif
    @codewithkashif 9 месяцев назад +5

    That's the perfect example of how to share maximum benefits in minimum time! super concise & useful!

  • @matthewm9595
    @matthewm9595 9 месяцев назад +1

    great tutorial, exactly what I needed

  • @Aditya-wc9sw
    @Aditya-wc9sw 6 месяцев назад +1

    thank you for this tutorial!

  • @Superhermanas566
    @Superhermanas566 Год назад +1

    Thanks WebMagic.

  • @shaileshbankar9189
    @shaileshbankar9189 Год назад +1

    Thanks a lot!

  • @rathinmaheswaran
    @rathinmaheswaran Год назад +1

    Thanks mate.. cheers

  • @sarthak7413
    @sarthak7413 Год назад +1

    How to make this name dynamic so that it takes name of tag automatically instead of hardcoding in docker push command

  • @JesusCaminoGarcia
    @JesusCaminoGarcia 11 месяцев назад

    Thank you so much brother

  • @yurykhokhryakov9729
    @yurykhokhryakov9729 Год назад

    thanks, very helpful

  • @aquabat104
    @aquabat104 Год назад +1

    good video

  • @uyenmaido
    @uyenmaido 6 месяцев назад

    Thanks for the video, it's very useful. I just have a question related to the topic. I'm new to this. I successfully created the image with simple get and post requests in Node JS. The image runs fine locally, however when I host it in Azure Web App with container registry, only the Get request works, the POST request somehow automatically becomes Get and cannot be found when i call it. Do you have any ideas about what may cause this? Thanks

  • @saqibmumtaz9380
    @saqibmumtaz9380 3 месяца назад

    Thanks

  • @user-wu7ni1gc2o
    @user-wu7ni1gc2o 9 месяцев назад

    is it possible to push a docker image to azure container registry via github actions cicd???

    • @WebMagicInformatica
      @WebMagicInformatica  9 месяцев назад

      Yes

    • @flymetothemoon5138
      @flymetothemoon5138 7 месяцев назад

      Yes but you'll need to put your access keys in a github secret store, beyond that it's fairly simple