swiftlang / swift-docker

Docker Official Image packaging for Swift
https://swift.org
Apache License 2.0
1.37k stars 184 forks source link

Mirror official images to `swiftlang/swift` #404

Open rauhul opened 3 months ago

rauhul commented 3 months ago

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 commented 3 months ago

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

shahmishal commented 3 months ago

Workaround for GitHub Actions:

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