Skip to content

Commit

Permalink
pull
Browse files Browse the repository at this point in the history
  • Loading branch information
Borda committed Aug 1, 2024
1 parent 1287eeb commit 84da822
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .azure/docker-build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,6 @@ jobs:
echo $(imageRepository):$(imageTag)
echo $(DOCKERHUB_PAT) | docker login --username $(DOCKERHUB_USER) --password-stdin
docker push $(imageRepository):$(imageTag)
# condition: ne(variables['Build.Reason'], 'PullRequest') # fixme
condition: ne(variables['Build.Reason'], 'PullRequest')
timeoutInMinutes: "35"
displayName: "Push base image"

0 comments on commit 84da822

Please sign in to comment.