Moozonian
About 1,000,000 results
E-Book

Azure for Developers

By Kamil Mrzygłód | Packt Publishing Ltd
Released: Jul 30, 2025
Computers 584 pages ISBN: 9781836203506

... Azure / docker - login @ v1 action : The issue with that action, though, is the fact that. name : Azure Container Registry Login uses : Azure / docker - login @ vl with : username : $ { { secrets.Username } } password : $ { { secrets ...

E-Book

Web API Development with ASP.NET Core 8

By Xiaodi Yan | Packt Publishing Ltd
Released: Apr 5, 2024
Computers 804 pages ISBN: 9781804612460

... azure/docker-login@v1 with: login-server: devopscrlab.azurecr.io username: ${{ secrets.REGISTRY_USERNAME }} password: ${{ secrets.REGISTRY_PASSWORD }} - name: run: | Push to Azure Container Registry docker build -f ${{ github.workspace ...

E-Book

A Developer's Essential Guide to Docker Compose

By Emmanouil Gkatziouras | Packt Publishing Ltd
Released: Oct 7, 2022
Computers 264 pages ISBN: 9781801813815

... Azure: $ docker login azure This way, Docker will retrieve credentials in order to be able to interact with Azure. Onward, we shall create a Docker context that will interact with the Azure resource group we created previously: $ docker ...

E-Book

Azure Cloud Projects

By Hamid Sadeghpour Saleh | Packt Publishing Ltd
Released: May 21, 2025
Computers 254 pages ISBN: 9781836204220

... azure / docker - login @ vl with : login - server username mycontainerregistry.azurecr.io $ { { secrets.AZURE_CLIENT_ID } } password $ { { secrets.AZURE_CLIENT_SECRET } } name Build and Push Docker Image run docker build -t ...

E-Book

Learning DevOps

By Mikael Krief | Packt Publishing Ltd
Released: Mar 31, 2022
Computers 560 pages ISBN: 9781801813464

... Azure: docker login azure The execution of this command opens a window that allows us to authenticate ourselves to our Azure subscription. 3. Create a new Docker context by running the following command: docker context create aci ...

E-Book

MODERN CLOUD COMPUTING WITH C#

By Maxim Brooks | Oladosun Mopelola Opeyemi
Released: Jul 9, 2025
Computers 84 pages

... azure/docker-login@v1 with: login-server: ${{ secrets.ACR_LOGIN_SERVER }} username: ${{ secrets.ACR_USERNAME }} password: ${{ secrets.ACR_PASSWORD }} - name: 'Build and Push Image' run: | docker build . -t ${{ secrets.ACR_LOGIN_SERVER ...

E-Book

Modernização de Aplicação no Microsoft Azure

By Time de Customer Engineers da Microsoft | Casa do Código
Released: Jun 1, 2021
Computers 407 pages ISBN: 9786586110746

... azure/docker-login@v1 with: login-server: ${{ secrets.ACR_SERVER }} username: ${{ secrets.ACR_USERNAME }} password: ${{ secrets.ACR_PASSWORD }} - name: Build and Push - PublicApi run: | docker build github.sha }} --tag ${{ secrets ...