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 631d003 commit 1bc903aCopy full SHA for 1bc903a
Makefile
@@ -1,7 +1,7 @@
1
VERSION ?= 0.4.0
2
-RUST_VERSION ?= 1.51.0
3
-REPO ?= softprops/lambda-rust
4
-TAG ?= "$(REPO):$(VERSION)-rust-$(RUST_VERSION)"
+RUST_VERSION ?= 1.57.0
+REPO ?= liquid-dev/lambda-rust
+TAG ?= "$(REPO)/$(VERSION)-rust-$(RUST_VERSION)"
5
6
publish: build
7
@docker push $(TAG)
@@ -11,9 +11,6 @@ build:
11
@docker build --build-arg RUST_VERSION=$(RUST_VERSION) -t $(TAG) .
12
@docker tag $(TAG) $(REPO):latest
13
14
-test: build
15
- @tests/test.sh
16
-
17
debug: build
18
@docker run --rm -it \
19
-u $(id -u):$(id -g) \
0 commit comments