Skip to content

Commit

Permalink
Update build.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Sidney Andrews authored Mar 5, 2020
1 parent 0df4407 commit b9fa640
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,11 @@ stages:
displayName: Login to Docker Hub
inputs:
command: login
containerRegistry: dh_sidney
containerRegistry: dh_sidneyandrews
- task: Docker@2
displayName: Build Container Image and Push to Docker Hub
inputs:
containerRegistry: dh_sidney
containerRegistry: dh_sidneyandrews
repository: seesharprun/pspell
command: buildAndPush
tags: |
Expand All @@ -53,8 +53,8 @@ stages:
- task: GitHubRelease@0
displayName: Create GitHub Release
inputs:
gitHubConnection: gh_ssr
gitHubConnection: gh_seesharprun
repositoryName: seesharprun/pspell
tagSource: manual
tag: $(Build.BuildNumber)
assets: $(Build.ArtifactStagingDirectory)/distributions/**/*
assets: $(Build.ArtifactStagingDirectory)/distributions/**/*

0 comments on commit b9fa640

Please sign in to comment.