Skip to content

Commit

Permalink
Updating to lets-apine 3.20 as 3.17 contains a too old version of Pow…
Browse files Browse the repository at this point in the history
…erShell
  • Loading branch information
KoenZomers authored Jan 22, 2025
1 parent 1f21e30 commit dfee699
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker/Publish-UnpublishedImage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ $moduleVersions | % {
$plainStringPassword = [System.Net.NetworkCredential]::new("", $DOCKER_PASSWORD).Password;
docker login -u $DOCKER_USERNAME -p "$plainStringPassword";
docker push $DOCKER_ORG/$DOCKER_IMAGE_NAME`:$imageVersion;
if ( $baseImageSuffix -eq "lts-alpine-3.17") {
if ( $baseImageSuffix -eq "lts-alpine-3.20") {
docker image tag $DOCKER_ORG/$DOCKER_IMAGE_NAME`:$imageVersion $DOCKER_ORG/$DOCKER_IMAGE_NAME`:latest;
docker push $DOCKER_ORG/$DOCKER_IMAGE_NAME`:latest;
}
Expand Down

0 comments on commit dfee699

Please sign in to comment.