We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 85225c3 commit e6d8b85Copy full SHA for e6d8b85
1 file changed
.github/workflows/docker-image-build.yml
@@ -10,12 +10,8 @@ on:
10
workflow_dispatch:
11
12
jobs:
13
- build:
+ build-dev:
14
runs-on: ubuntu-latest
15
- # Allows parallel jobs without aborting all on first failure
16
- strategy:
17
- fail-fast: false
18
-
19
steps:
20
- name: Checkout code
21
uses: actions/checkout@v4
@@ -38,6 +34,12 @@ jobs:
38
34
DOCKER_HUB_USERNAME: ${{ secrets.DOCKER_HUB_USERNAME }}
39
35
DOCKER_HUB_ACCESS_TOKEN: ${{ secrets.DOCKER_HUB_ACCESS_TOKEN }}
40
36
37
+ build-3-9-rc1:
+ runs-on: ubuntu-latest
+ steps:
+ - name: Checkout code
41
+ uses: actions/checkout@v4
42
+
43
- name: Build 3.9-rc1 Docker image
44
run: |
45
docker build ./src/3.9 --tag nest/nest-simulator:3.9-rc1
0 commit comments