Skip to content

Commit

Permalink
Run docker release build on final tag (#117131) (#117182)
Browse files Browse the repository at this point in the history
To be successful, the docker release workflow needs to run on final tag, after the Release to conda and pypi are complete.

Please refer to: https://github.com/pytorch/pytorch/blob/main/Dockerfile#L76

Pull Request resolved: #117131
Approved by: https://github.com/huydhn, https://github.com/seemethere, https://github.com/malfet
  • Loading branch information
atalman committed Jan 10, 2024
1 parent 2490352 commit 8ac9b20
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker-release.yml
Expand Up @@ -11,8 +11,8 @@ on:
branches:
- nightly
tags:
# Release candidate tags look like: v1.11.0-rc1
- v[0-9]+.[0-9]+.[0-9]+-rc[0-9]+
# We want to run this build on final release tag
- v[0-9]+.[0-9]+.[0-9]+
- ciflow/nightly/*

concurrency:
Expand Down

0 comments on commit 8ac9b20

Please sign in to comment.