Skip to content

Commit

Permalink
chore: prepare manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
hongaar committed Apr 6, 2019
1 parent d8cfb4b commit 8bcd54d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile.windows
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ ENV ProgramFiles="C:\Program Files" `
COPY --from=installer-env ["\\PowerShell\\", "$ProgramFiles\\PowerShell"]

# Set the path
RUN setx PATH "%PATH%;%ProgramFiles%\PowerShell"
RUN setx /M PATH "%PATH%;%ProgramFiles%\PowerShell"

# intialize powershell module cache
RUN pwsh `
Expand Down
4 changes: 2 additions & 2 deletions build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ elif [[ $TRAVIS_OS_NAME == 'windows' ]]; then
fi

docker login -u "$DOCKER_HUB_USER" -p "$DOCKER_HUB_PASSWORD"
docker build -f "$DOCKERFILE" -t exivity/base:latest .
docker push exivity/base
docker build -f "$DOCKERFILE" -t exivity/base:$TRAVIS_OS_NAME .
docker push exivity/base:$TRAVIS_OS_NAME

0 comments on commit 8bcd54d

Please sign in to comment.