Skip to content

Commit 58599b9

Browse files
committed
Merge branch 'latest' of github.com:jerusdp/lambda-rust into latest
2 parents e615839 + ae04609 commit 58599b9

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/check.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ name: Check
33
on:
44
workflow_dispatch:
55
schedule:
6-
- cron: '0 4 * * 3'
6+
- cron: '0 10 * * 2'
77

88
jobs:
99
check:

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
DOCKER ?= docker
22
INPUT_RELEASE_VERSION ?= 0.4.0
3-
RUST_VERSION ?= 1.55.0
4-
REPO ?= rustserverless/lambda-rust
3+
RUST_VERSION ?= 1.54.0
4+
REPO ?= jerusdp/lambda-rust
55

66
publish: build
77
$(DOCKER) push $(REPO):latest

0 commit comments

Comments
 (0)