We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4052d2e commit 613d07bCopy full SHA for 613d07b
1 file changed
.github/workflows/e2e.yml
@@ -84,6 +84,7 @@ jobs:
84
DOCKER_DEFAULT_PLATFORM: linux/amd64
85
run: |
86
docker build \
87
+ --load \
88
--build-arg TUSK_CLI_VERSION=${{ steps.tusk-version.outputs.version }} \
89
-t python-e2e-base:latest \
90
-f drift/instrumentation/e2e_common/Dockerfile.base \
0 commit comments