Skip to content

Commit 96594e6

Browse files
authored
Merge pull request #30 from aws-samples/dev
update Makefile
2 parents 7d306f3 + 1a72716 commit 96594e6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ build: build-x86 build-arm
1818
docker manifest annotate --arch arm64 public.ecr.aws/awsguru/aws-lambda-adapter:$(CARGO_PKG_VERSION) \
1919
public.ecr.aws/awsguru/aws-lambda-adapter:$(CARGO_PKG_VERSION)-aarch64
2020

21-
publish: build
21+
publish:
2222
docker manifest push public.ecr.aws/awsguru/aws-lambda-adapter:$(CARGO_PKG_VERSION)
2323

2424
build-mac:

0 commit comments

Comments
 (0)