Skip to content

Commit 33a87fa

Browse files
committed
Fixing build env.
1 parent 21f7762 commit 33a87fa

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/dotnet-core-docker.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
run: cd eform-angular-frontend && docker build . -t microtingas/frontend-container:latest --build-arg GITVERSION=1.0.0
2424
shell: bash
2525
- run: docker save microtingas/frontend-container:latest -o container.tar
26-
- uses: actions/upload-artifact@v2
26+
- uses: actions/upload-artifact@v3
2727
with:
2828
name: container
2929
path: container.tar
@@ -214,7 +214,7 @@ jobs:
214214
- name: Build the tagged Docker image
215215
run: docker build . -t microtingas/insight-dashboard-container:latest -t microtingas/insight-dashboard-container:${{ steps.get_release_version.outputs.VERSION }} --build-arg GITVERSION=${{ steps.get_frontend_version.outputs.FRONTENDVERSION }} --build-arg PLUGINVERSION=${{ steps.get_version.outputs.VERSION }}
216216
- run: docker save microtingas/insight-dashboard-container:latest -o insight-container.tar
217-
- uses: actions/upload-artifact@v2
217+
- uses: actions/upload-artifact@v3
218218
with:
219219
name: insight-container
220220
path: insight-container.tar
@@ -242,9 +242,9 @@ jobs:
242242
- name: Use Node.js
243243
uses: actions/setup-node@v3
244244
with:
245-
8.0.xnode-version: 20
245+
node-version: 20
246246
- name: 'Preparing Frontend checkout'
247-
uses: actions/checkout@v2
247+
uses: actions/checkout@v3
248248
with:
249249
repository: microting/eform-angular-frontend
250250
ref: stable

0 commit comments

Comments
 (0)