We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 973ca70 commit 49890d2Copy full SHA for 49890d2
.circleci/config.yml
@@ -219,7 +219,7 @@ jobs:
219
REPOSITORY="deepnote/ir-with-libs"
220
TAG="${R_VERSION}${CIRCLE_PULL_REQUEST:+-ra-${CIRCLE_PULL_REQUEST##*/}}"
221
docker buildx build \
222
- --file=.ir/ir-with-libs/Dockerfile.ir \
+ --file=./ir/ir-with-libs/Dockerfile.ir \
223
--tag=978928340082.dkr.ecr.us-east-1.amazonaws.com/${REPOSITORY}:${TAG} \
224
--tag=docker.io/${REPOSITORY}:${TAG} \
225
--build-arg R_VERSION=${R_VERSION} \
0 commit comments