ci(azure-pipelines): list docker images for frontend image build (prepare push)
This commit is contained in:
parent
cd15ddea2f
commit
a9e6496db2
@ -35,6 +35,12 @@ jobs:
|
|||||||
--tag $(Build.BuildNumber) \
|
--tag $(Build.BuildNumber) \
|
||||||
--tag frontend \
|
--tag frontend \
|
||||||
.
|
.
|
||||||
|
- task: Bash@3
|
||||||
|
displayName: Push frontend image
|
||||||
|
inputs:
|
||||||
|
targetType: inline
|
||||||
|
script: |
|
||||||
|
docker images
|
||||||
- task: Docker@2
|
- task: Docker@2
|
||||||
name: dockerLogoutDevFra
|
name: dockerLogoutDevFra
|
||||||
displayName: Docker Logout from devfra
|
displayName: Docker Logout from devfra
|
||||||
|
|||||||
Reference in New Issue
Block a user