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 frontend \
|
||||
.
|
||||
- task: Bash@3
|
||||
displayName: Push frontend image
|
||||
inputs:
|
||||
targetType: inline
|
||||
script: |
|
||||
docker images
|
||||
- task: Docker@2
|
||||
name: dockerLogoutDevFra
|
||||
displayName: Docker Logout from devfra
|
||||
|
||||
Loading…
Reference in New Issue
Block a user