Skip to content

Commit

Permalink
Release v1.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
beastawakens committed Nov 2, 2024
1 parent db749f0 commit d73a2df
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
FROM ubuntu:22.04

LABEL version="v1.0.18"
LABEL version="v1.0.19"
LABEL repository="https://github.com/beastawakens/action-convox-multi-slim"
LABEL homepage="https://convox.com/"
LABEL maintainer="Beast Awakens <me@beastawakens.com>"
Expand Down
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,4 +59,4 @@ outputs:
description: Release ID of the created build
runs:
using: 'docker'
image: 'docker://beastawakens/action-convox-multi-slim:v1.0.18'
image: 'docker://beastawakens/action-convox-multi-slim:v1.0.19'
2 changes: 1 addition & 1 deletion entrypoint-find-release.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ then
else
echo "Finding first release with description $DESCRIPTION for $INPUT_APP on $INPUT_RACK"
export CONVOX_RACK=$INPUT_RACK
convox releases $RELEASE --app $INPUT_APP --limit 100 --wait | grep $DESCRIPTION | awk 'NR==1 {print $1}'
convox releases $RELEASE --app $INPUT_APP --limit 100 | grep $DESCRIPTION | awk 'NR==1 {print $1}'
fi

0 comments on commit d73a2df

Please sign in to comment.