Skip to content

Commit 1bc903a

Browse files
author
yuta24
committed
update Makefile
1 parent 631d003 commit 1bc903a

File tree

1 file changed

+3
-6
lines changed

1 file changed

+3
-6
lines changed

Makefile

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
VERSION ?= 0.4.0
2-
RUST_VERSION ?= 1.51.0
3-
REPO ?= softprops/lambda-rust
4-
TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
2+
RUST_VERSION ?= 1.57.0
3+
REPO ?= liquid-dev/lambda-rust
4+
TAG ?= "$(REPO)/$(VERSION)-rust-$(RUST_VERSION)"
55

66
publish: build
77
@docker push $(TAG)
@@ -11,9 +11,6 @@ build:
1111
@docker build --build-arg RUST_VERSION=$(RUST_VERSION) -t $(TAG) .
1212
@docker tag $(TAG) $(REPO):latest
1313

14-
test: build
15-
@tests/test.sh
16-
1714
debug: build
1815
@docker run --rm -it \
1916
-u $(id -u):$(id -g) \

0 commit comments

Comments
 (0)