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 435fd2a commit 2cf247bCopy full SHA for 2cf247b
.github/workflows/release.yml
@@ -26,8 +26,6 @@ jobs:
26
run: make build
27
- name: Publish
28
shell: bash
29
- with:
30
- release_tag: ${{ github.event.release.tag_name }}
31
run: |
32
echo "${{ secrets.DOCKER_PASSWORD }}" | docker login -u "${{ secrets.DOCKER_USERNAME }}" --password-stdin
33
make publish-tag
Makefile
@@ -1,4 +1,5 @@
1
DOCKER ?= docker
2
+INPUT_RELEASE_VERSION ?= 0.4.0
3
RUST_VERSION ?= 1.55.0
4
REPO ?= rustserverless/lambda-rust
5
0 commit comments