Skip to content

Commit 76a4302

Browse files
Update the Docker GitHub Actions workflow file.
1 parent b5b43b1 commit 76a4302

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/docker-develop.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# This file was automatically generated.
22
# Please, do not edit it manually.
33

4-
name: Build Docker Image
4+
name: Build Docker Image develop
55

66
on:
77
release:
@@ -15,7 +15,7 @@ permissions:
1515
jobs:
1616
build:
1717
environment: develop
18-
runs-on: stockvisualization
18+
runs-on: ubuntu-latest
1919

2020
steps:
2121
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)