Skip to content

Commit 4bdc0a4

Browse files
committed
chore: Update container image to use tsviz_docker_image:1
1 parent f469dc8 commit 4bdc0a4

File tree

1 file changed

+1
-10
lines changed

1 file changed

+1
-10
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -127,7 +127,7 @@ jobs:
127127
- build
128128
- runner-indexes
129129
container:
130-
image: mrkostin/maven:3.6.0-alpine-git-curl-jq # ruinning the job in a container - mrkostin/maven:3.6.0-alpine-git-curl-jq
130+
image: ghcr.io/tsviz/tsviz_docker_image:1
131131
services:
132132
# postgres service container
133133
postgres: # service name - postgres. This name is used to access the service container from the job container as the host name.
@@ -155,15 +155,6 @@ jobs:
155155
steps:
156156
- name: Checkout repository # checkout the repository
157157
uses: actions/[email protected]
158-
- name: Install Node.js using NVM
159-
run: |
160-
wget -qO- https://raw.githubusercontent.com/nvm-sh/nvm/v0.39.1/install.sh | bash
161-
export NVM_DIR="$HOME/.nvm"
162-
[ -s "$NVM_DIR/nvm.sh" ] && \. "$NVM_DIR/nvm.sh"
163-
nvm install 14
164-
nvm use 14
165-
node -v
166-
npm -v
167158
# caching the maven packages to speed up the build process.
168159
# Link to the documentation - https://docs.github.com/en/actions/guides/caching-dependencies-to-speed-up-workflows
169160
- name: Cache Maven packages

0 commit comments

Comments
 (0)