Skip to content

Commit

Permalink
Fix DOCKER_TAG to use xtremekforever/ by default
Browse files Browse the repository at this point in the history
  • Loading branch information
xtremekforever committed Dec 23, 2024
1 parent 34edf2a commit 53e40ba
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion swift-builder/swift-builder-common
Original file line number Diff line number Diff line change
Expand Up @@ -2,4 +2,4 @@ SWIFT_VERSION=${SWIFT_VERSION:=6.0.3}
SWIFT_BRANCH=${SWIFT_BRANCH:=swift-${SWIFT_VERSION}-release}
SWIFT_TAG=${SWIFT_TAG:=swift-${SWIFT_VERSION}-RELEASE}

DOCKER_TAG=${DOCKER_TAG:=swift-builder:${SWIFT_VERSION}}
DOCKER_TAG=${DOCKER_TAG:=xtremekforever/swift-builder:${SWIFT_VERSION}}

0 comments on commit 53e40ba

Please sign in to comment.