Skip to content

Commit

Permalink
no orgname in parent name (gets added inside)
Browse files Browse the repository at this point in the history
  • Loading branch information
infotroph committed Nov 5, 2024
1 parent 400e4d2 commit 920f231
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/docker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ jobs:
build-context: .
dockerfile: docker/base/Dockerfile
r-version: ${{ needs.rversion.outputs.R_VERSION }}
parent-image: "pecan/depends"
parent-image: "depends"
platforms: "linux/amd64"
secrets: inherit

Expand All @@ -81,7 +81,7 @@ jobs:
build-context: docker/models
dockerfile: docker/models/Dockerfile
r-version: ${{ needs.rversion.outputs.R_VERSION }}
parent-image: "pecan/base"
parent-image: "base"
secrets: inherit

# ----------------------------------------------------------------------
Expand Down Expand Up @@ -142,7 +142,7 @@ jobs:
build-context: ${{ matrix.CONTEXT }}
dockerfile: ${{ matrix.DOCKERFILE }}
r-version: ${{ needs.rversion.outputs.R_VERSION }}
parent-image: "pecan/models"
parent-image: "models"
model-version: ${{ matrix.VERSION }}
platforms: ${{ matrix.PLATFORM }}
secrets: inherit
Expand Down

0 comments on commit 920f231

Please sign in to comment.