Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Mirror official images to swiftlang/swift #404

Open
rauhul opened this issue Aug 20, 2024 · 2 comments
Open

Mirror official images to swiftlang/swift #404

rauhul opened this issue Aug 20, 2024 · 2 comments

Comments

@rauhul
Copy link
Member

rauhul commented Aug 20, 2024

We should include copies of the official images under swiftlang/swift so folks writing docker files/actions/etc that need to work pre-release version don't need to find images from both swift and swiftlang/swift.

@rauhul
Copy link
Member Author

rauhul commented Aug 20, 2024

Forum discussion: Why are docker images split between two orgs?

@shahmishal
Copy link
Member

Workaround for GitHub Actions:

container: ${{ (contains(matrix.swift_version, 'nightly') && 'swiftlang/swift') || 'swift' }}:${{ matrix.swift_version }}

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants