We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ad8f832 + 93edc13 commit 0ca1b0fCopy full SHA for 0ca1b0f
3 files changed
Cargo.toml
@@ -1,6 +1,6 @@
1
[package]
2
name = "screenly"
3
-version = "1.0.3"
+version = "1.0.4"
4
edition = "2021"
5
6
[[bin]]
Dockerfile
@@ -3,7 +3,7 @@ FROM alpine:3 as builder
WORKDIR /usr/src/screenly-cli
RUN apk add --no-cache wget tar
-ARG RELEASE=v1.0.3
+ARG RELEASE=v1.0.4
7
RUN wget "https://github.com/Screenly/cli/releases/download/$RELEASE/screenly-cli-x86_64-unknown-linux-musl.tar.gz"
8
RUN tar xfz screenly-cli-x86_64-unknown-linux-musl.tar.gz
9
action.yml
@@ -19,7 +19,7 @@ inputs:
19
required: false
20
cli_version:
21
description: "Screenly CLI version."
22
- default: "v1.0.3"
+ default: "v1.0.4"
23
24
outputs:
25
cli_commands_response:
0 commit comments