Skip to content

Commit e4d04cb

Browse files
fix(cd): latest tag added to release (#39)
# Problem latest tag missing # Solution adding latest tag https://stackoverflow.com/a/73109667 Co-authored-by: Aditya Sadalage <aditya.sadalage@gmail.com>
1 parent 55bca6e commit e4d04cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/cd-dgraph-lambda.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -34,4 +34,4 @@ jobs:
3434
run: |
3535
docker buildx create --name builder --driver docker-container
3636
docker buildx use builder
37-
docker buildx build -t dgraph/dgraph-lambda:${{ env.DGRAPH_LAMBDA_RELEASE_VERSION }} --push --platform=linux/arm64,linux/amd64 .
37+
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

Comments
 (0)