Skip to content

Commit

Permalink
Update reference
Browse files Browse the repository at this point in the history
  • Loading branch information
krobertson committed Mar 31, 2024
1 parent 69f9665 commit e677a0f
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/release-on-merge.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,16 +18,16 @@ on:

jobs:
simple-checks:
uses: onedr0p/containers/.github/workflows/simple-checks.yaml@main
uses: krobertson/containers/.github/workflows/simple-checks.yaml@main

get-changed-images:
needs: ["simple-checks"]
uses: onedr0p/containers/.github/workflows/get-changed-images.yaml@main
uses: krobertson/containers/.github/workflows/get-changed-images.yaml@main

build-images:
needs: ["simple-checks", "get-changed-images"]
if: ${{ needs.get-changed-images.outputs.addedOrModified == 'true' }}
uses: onedr0p/containers/.github/workflows/build-images.yaml@main
uses: krobertson/containers/.github/workflows/build-images.yaml@main
secrets: inherit
with:
appsToBuild: "${{ needs.get-changed-images.outputs.addedOrModifiedImages }}"
Expand Down
2 changes: 1 addition & 1 deletion apps/chia-gigahorse-cudaplotter/Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ ENV NVIDIA_DRIVER_CAPABILITIES compute,utility

CMD ["sleep", "infinity"]

COPY cuda_plot_k32_v3 .
COPY cuda_plot_k32_v3 .

0 comments on commit e677a0f

Please sign in to comment.