Skip to content

Commit

Permalink
7.0 release (#390)
Browse files Browse the repository at this point in the history
* 7.0 release "Dijkstra"
  • Loading branch information
jrottenberg authored Apr 7, 2024
1 parent 782e2d0 commit 416b0ca
Show file tree
Hide file tree
Showing 9 changed files with 3,084 additions and 1 deletion.
2 changes: 1 addition & 1 deletion azure-steps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ steps:
docker push "${GHCR}:${VERSION}-${PARENT}"
docker push "${GHCR}:${MAJOR_VERSION}-${PARENT}"
fi
condition: and(succeeded(), eq(variables['Build.SourceBranch'], 'refs/heads/main'))
condition: and(succeeded(), ne(variables['Build.Reason'], 'PullRequest'))
displayName: Push docker image
env:
DOCKER_PASSWORD: $(docker.password)
Expand Down
Loading

0 comments on commit 416b0ca

Please sign in to comment.