Skip to content

Commit

Permalink
fix: sas dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
EveningStarlight committed Dec 12, 2024
1 parent 828d59a commit 9b24962
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/docker.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -140,8 +140,8 @@ jobs:
with:
image: "mid-sas"
directory: "sas"
parent-image: "base-sas"
parent-image-is-diff: "${{ needs.base-sas.outputs.is-diff }}"
parent-image: "mid-rstudio"
parent-image-is-diff: "${{ needs.mid-rstudio.outputs.is-diff }}"
registry-name: "${{ needs.vars.outputs.REGISTRY_NAME }}"
secrets:
REGISTRY_USERNAME: ${{ secrets.REGISTRY_USERNAME }}
Expand Down

0 comments on commit 9b24962

Please sign in to comment.