Skip to content

Commit

Permalink
Release: version 0.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
korvyashka committed Feb 29, 2024
1 parent 21d6387 commit b700736
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[package]
name = "cli"
version = "0.2.3"
version = "0.2.4"
edition = "2021"

[[bin]]
Expand Down
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ FROM alpine:3 as builder

WORKDIR /usr/src/screenly-cli
RUN apk add --no-cache wget tar
ARG RELEASE=v0.2.3
ARG RELEASE=v0.2.4
RUN wget "https://github.com/Screenly/cli/releases/download/$RELEASE/screenly-cli-x86_64-unknown-linux-musl.tar.gz"
RUN tar xfz screenly-cli-x86_64-unknown-linux-musl.tar.gz

Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ inputs:
required: true
cli_version:
description: "Screenly CLI version."
default: "v0.2.3"
default: "v0.2.4"
outputs:
cli_commands_response:
description: "The response from the Screenly CLI command(s)."
Expand Down

0 comments on commit b700736

Please sign in to comment.