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.
2 parents e615839 + ae04609 commit 58599b9Copy full SHA for 58599b9
.github/workflows/check.yml
@@ -3,7 +3,7 @@ name: Check
3
on:
4
workflow_dispatch:
5
schedule:
6
- - cron: '0 4 * * 3'
+ - cron: '0 10 * * 2'
7
8
jobs:
9
check:
Makefile
@@ -1,7 +1,7 @@
1
DOCKER ?= docker
2
INPUT_RELEASE_VERSION ?= 0.4.0
-RUST_VERSION ?= 1.55.0
-REPO ?= rustserverless/lambda-rust
+RUST_VERSION ?= 1.54.0
+REPO ?= jerusdp/lambda-rust
publish: build
$(DOCKER) push $(REPO):latest
0 commit comments