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 1dc9d8b commit eb9afffCopy full SHA for eb9afff
.github/workflows/docker_aces_test.yml
@@ -12,15 +12,26 @@ on:
12
13
jobs:
14
15
- build:
+ build-aces-1_0_1:
16
17
runs-on: ubuntu-latest
18
19
steps:
20
- uses: actions/checkout@v3
21
- name: Build the Docker image
22
- run: docker build --rm -f Dockerfile_ACES_test -t ctl:latest .
+ run: docker build --rm -f Dockerfile_ACES_1_0_1_test -t ctl:latest .
23
24
- name: Run the Docker image
25
run: docker run ctl:latest
26
27
+ build-aces-1_3:
28
+
29
+ runs-on: ubuntu-latest
30
31
+ steps:
32
+ - uses: actions/checkout@v3
33
+ - name: Build the Docker image
34
+ run: docker build --rm -f Dockerfile_ACES_1_3_test -t ctl:latest .
35
36
+ - name: Run the Docker image
37
+ run: docker run ctl:latest
0 commit comments