Skip to content

Commit

Permalink
Change ci pool
Browse files Browse the repository at this point in the history
  • Loading branch information
phamviet committed Mar 4, 2024
1 parent 5bb60fe commit 9fca66b
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions azure-pipelines.yaml
Original file line number Diff line number Diff line change
@@ -1,28 +1,28 @@
pool:
vmImage: ubuntu-latest

trigger:
- main

variables:
DOCKER_CONNECTION: DockerHub
ACR_CONNECTION: 23267-Atlas-CR-Connection

stages:
- stage: Build
jobs:
- job: PrivateBuild
pool: Default
container:
image: toolbox:latest
endpoint: webonyxregistrysouthcentralus
pool: 23267-AtlasApi-DevOps-AgentPool-2024
steps:
- task: Docker@2
name: DockerLogin
inputs:
command: login
containerRegistry: $(ACR_CONNECTION)
- task: Docker@2
name: BuildAndPush
inputs:
command: buildAndPush
addPipelineData: false
containerRegistry: webonyxregistrysouthcentralus
repository: toolbox
containerRegistry: attatlascr
repository: azuredevops-toolbox
tags: latest

- job: PublicBuild
Expand Down

0 comments on commit 9fca66b

Please sign in to comment.