File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 30
30
password : ${{ secrets.DOCKERHUB_TOKEN }}
31
31
32
32
- name : Build and push dlang image
33
- id : docker_build
33
+ id : docker_build_ldc
34
34
uses : docker/build-push-action@v2
35
35
with :
36
36
context : ./dlang
39
39
tags : charesgregory/dlang-ldc-static:latest,charesgregory/dlang-ldc-static:${{ steps.get_version.outputs.VERSION }}
40
40
41
41
- name : Build and push test app image
42
- id : docker_build
42
+ id : docker_build_test_app
43
43
uses : docker/build-push-action@v2
44
44
with :
45
45
context : ./tests/test-app
48
48
tags : charesgregory/dlang-ldc-static-test-app:latest,charesgregory/dlang-ldc-static-test-app:${{ steps.get_version.outputs.VERSION }}
49
49
50
50
- name : Build and push htslib image
51
- id : docker_build
51
+ id : docker_build_htslib
52
52
uses : docker/build-push-action@v2
53
53
with :
54
54
context : ./htslib
You can’t perform that action at this time.
0 commit comments