Skip to content

Commit 0ba1919

Browse files
still fixing github actions
1 parent 86fa338 commit 0ba1919

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/build_and_release.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
password: ${{ secrets.DOCKERHUB_TOKEN }}
3131

3232
- name: Build and push dlang image
33-
id: docker_build
33+
id: docker_build_ldc
3434
uses: docker/build-push-action@v2
3535
with:
3636
context: ./dlang
@@ -39,7 +39,7 @@ jobs:
3939
tags: charesgregory/dlang-ldc-static:latest,charesgregory/dlang-ldc-static:${{ steps.get_version.outputs.VERSION }}
4040

4141
- name: Build and push test app image
42-
id: docker_build
42+
id: docker_build_test_app
4343
uses: docker/build-push-action@v2
4444
with:
4545
context: ./tests/test-app
@@ -48,7 +48,7 @@ jobs:
4848
tags: charesgregory/dlang-ldc-static-test-app:latest,charesgregory/dlang-ldc-static-test-app:${{ steps.get_version.outputs.VERSION }}
4949

5050
- name: Build and push htslib image
51-
id: docker_build
51+
id: docker_build_htslib
5252
uses: docker/build-push-action@v2
5353
with:
5454
context: ./htslib

0 commit comments

Comments
 (0)