Skip to content

Commit

Permalink
still fixing github actions
Browse files Browse the repository at this point in the history
  • Loading branch information
charlesgregory committed Jan 5, 2022
1 parent 86fa338 commit 0ba1919
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ jobs:
password: ${{ secrets.DOCKERHUB_TOKEN }}

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

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

- name: Build and push htslib image
id: docker_build
id: docker_build_htslib
uses: docker/build-push-action@v2
with:
context: ./htslib
Expand Down

0 comments on commit 0ba1919

Please sign in to comment.