Skip to content

Commit

Permalink
Merge pull request #156 from Screenly/release-0.2.5
Browse files Browse the repository at this point in the history
Makes: new 0.2.5 release.
  • Loading branch information
korvyashka authored Mar 22, 2024
2 parents 0302c9a + da02f18 commit 6ff4df5
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.4"
version = "0.2.5"
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.4
ARG RELEASE=v0.2.5
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.4"
default: "v0.2.5"
outputs:
cli_commands_response:
description: "The response from the Screenly CLI command(s)."
Expand Down

0 comments on commit 6ff4df5

Please sign in to comment.