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 55bca6e commit e4d04cbCopy full SHA for e4d04cb
.github/workflows/cd-dgraph-lambda.yml
@@ -34,4 +34,4 @@ jobs:
34
run: |
35
docker buildx create --name builder --driver docker-container
36
docker buildx use builder
37
- docker buildx build -t dgraph/dgraph-lambda:${{ env.DGRAPH_LAMBDA_RELEASE_VERSION }} --push --platform=linux/arm64,linux/amd64 .
+ docker buildx build -t dgraph/dgraph-lambda:${{ env.DGRAPH_LAMBDA_RELEASE_VERSION }} -t dgraph/dgraph-lambda:latest --push --platform=linux/arm64,linux/amd64 .
0 commit comments