Skip to content

Commit

Permalink
Disable docker push (and save) for the CI
Browse files Browse the repository at this point in the history
(Will rebuild image in the release pipeline)
  • Loading branch information
dr1rrb committed Aug 23, 2019
1 parent 0bc0bbe commit 45891d4
Show file tree
Hide file tree
Showing 3 changed files with 7 additions and 86 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ RUN {plex.installer} /quiet
RUN reg import Config.reg

# Cleanup
RUN del /F /Q Setup.exe
RUN del /F /Q {plex.installer}
RUN del /F /Q Config.reg

# Expose images possible configuration
Expand Down
79 changes: 0 additions & 79 deletions azure-pipelines-CI.yml

This file was deleted.

12 changes: 6 additions & 6 deletions azure-pipelines-PR.yml → azure-pipelines.yml
Original file line number Diff line number Diff line change
Expand Up @@ -63,15 +63,15 @@ steps:
PlexSetup\
TargetFolder: '$(Build.ArtifactStagingDirectory)\Docker'

- task: Docker@2
inputs:
command: 'build'
Dockerfile: '**/Dockerfile'
tags: dev.$(Build.BuildId)

- task: PublishBuildArtifacts@1
displayName: Publish docker artifacts
inputs:
PathtoPublish: '$(Build.ArtifactStagingDirectory)\Docker'
ArtifactName: 'Docker'
publishLocation: 'Container'

- task: Docker@2
inputs:
command: 'build'
Dockerfile: '**/Dockerfile'
tags: dev.$(Build.BuildId)

0 comments on commit 45891d4

Please sign in to comment.